Subversion Repositories Kolibri OS

Rev

Rev 3628 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3628 Rev 6165
Line 79... Line 79...
79
 
79
 
80
align 4
80
align 4
81
draw_window:
81
draw_window:
82
pushad
82
pushad
83
 mcall 12,1
-
 
84
 xor eax,eax
-
 
85
 mov ebx,(10 shl 16)+100
-
 
86
 mov ecx,(10 shl 16)+75
83
 mcall 12,1
87
 mov edx,[sc.work]
84
 mov edx, [sc.work]
88
 or edx,(2 shl 24)+0x10000000+0x20000000
-
 
89
 mov edi,[sc.grab] ;[sc.frame]
-
 
90
 mov esi,[sc.grab]
-
 
91
 int 0x40
-
 
92
 
-
 
93
 mov eax,8
85
 or  edx, 0x34000000
94
 mov ebx,(80 shl 16)+10
-
 
95
 mov cx,-15
-
 
96
 shl ecx,16
-
 
97
 mov cx,10
-
 
98
 mov edx,1
-
 
99
 mov esi,[sc.grab_button]
-
 
Line 100... Line 86...
100
 int 0x40
86
 mcall 0, (10 shl 16)+100, (10 shl 16)+75
101
 
87
 
102
 stdcall [check_box_draw], ch1
88
 stdcall [check_box_draw], ch1
103
 stdcall [check_box_draw], ch2
89
 stdcall [check_box_draw], ch2