Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2429 → Rev 2430

/kernel/trunk/gui/window.inc
43,10 → 43,7
jae .exit
 
push eax
inc [mouse_pause]
call [_display.disable_mouse]
call window._.sys_set_window
call [_display.disable_mouse]
pop eax
 
or al, al
62,7 → 59,6
 
; type II - only reserve area, no draw
call sys_window_mouse
dec [mouse_pause]
call [draw_pointer]
jmp .exit
 
622,7 → 618,7
 
; set line color
mov ecx, esi
sub esi, 1 shl 25
; sub esi, 1 shl 25
; draw top border
rol ebx, 16
push ebx
2054,9 → 2050,6
;------------------------------------------------------------------------------
;? <description>
;------------------------------------------------------------------------------
inc [mouse_pause]
call [_display.disable_mouse]
 
xor eax, eax
mov edx, [TASK_COUNT]
movzx edx, word[WIN_POS + edx * 2]
2168,7 → 2161,6
call dtext_asciiz_esi
 
.exit:
dec [mouse_pause]
call [draw_pointer]
ret