Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7420 → Rev 7421

/programs/system/docky/trunk/docky.asm
410,8 → 410,9
event_button:
mcall 17
 
cmp ah, 1
je .button_close
;; it must not be possible to close dock
;cmp ah, 1
;je .button_close
 
cmp ah, 2
je .button_dock
418,8 → 419,8
 
jmp @f
 
.button_close:
jmp exit
;.button_close:
; jmp exit
 
.button_dock:
mov edi, [win.button_index]