Subversion Repositories Kolibri OS

Rev

Rev 5433 | Rev 7181 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5433 Rev 5452
Line 842... Line 842...
842
	jmp	still
842
	jmp	still
843
;------------------------------------------------------------------------------
843
;------------------------------------------------------------------------------
844
align 4
844
align 4
845
button:
845
button:
846
	mcall	17
846
	mcall	17
847
	test	eax,0xfffffe00	; is it close button? (signal from @panel)
847
	test	eax,0xfffffe00	; is it close button? (signal from @taskbar)
848
	jz	still		; if so - wait for another event, because @panel shouldn't be closed
848
	jz	still		; if so - wait for another event, because @taskbar shouldn't be closed
Line 849... Line 849...
849
 
849
 
850
	cmp	al, 0
850
	cmp	al, 0
Line 851... Line 851...
851
	jnz	right_mouse
851
	jnz	right_mouse