Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1755 → Rev 1754

/programs/system/panel/trunk/@PANEL.ASM
521,10 → 521,7
button: ; button
mov eax,17
int 0x40
; dunkaist[
test eax, 0xfffffe00 ; is it close button? (signal from @panel)
jz still ; if so - wait for another event, because @panel shouldn't be closed
; dunkaist]
 
cmp al, 0 ; barsuk
jnz right_mouse
 
1597,8 → 1594,7
mov ecx, 1*65536
add ecx, [b_size_y]
dec ecx
; mov edx, 0x20000001 ; dunkaist[
mov edx, 0x20d1ff01 ; dunkaist]
mov edx, 0x20000001
add edx, [button_frames]
mov esi, [wcolor]
int 0x40