Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4587 → Rev 4586

/kernel/branches/kolibri-process/gui/window.inc
817,8 → 817,12
jnz .exit
 
; does client area have a positive size on screen?
cmp [esi + WDATA.box.height], 21
jle .exit
mov edx, [esi + WDATA.box.top]
add edx, 21 + 5
mov ebx, [esi + WDATA.box.top]
add ebx, [esi + WDATA.box.height]
cmp edx, ebx
jg .exit
 
; okay, let's draw it
mov eax, 1