Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1525 → Rev 1526

/kernel/trunk/gui/window.inc
1036,10 → 1036,10
add edi, window_data
 
; can window change its height?
; only types 2 and 3 can be resized
mov dl, [edi + WDATA.fl_wstyle]
and dl, 0x0f
cmp dl, 0x04
je .exit
test dl, 2
jz .exit
 
; toggle normal/maximized window state
mov bl, [edi + WDATA.fl_wstate]