Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3454 → Rev 3455

/kernel/trunk/kernel.asm
2207,7 → 2207,18
jb .nowindowactivate
cmp ecx, [TASK_COUNT]
ja .nowindowactivate
 
;-------------------------------------
@@:
; If the window is captured and moved by the user,
; then you can't change the position in window stack!!!
mov al, [mouse.active_sys_window.action]
and al, WINDOW_MOVE_AND_RESIZE_FLAGS
test al, al
jz @f
call change_task
jmp @b
@@:
;-------------------------------------
mov [window_minimize], 2; restore window if minimized
 
movzx esi, word [WIN_STACK + ecx*2]