Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 32 → Rev 33

/kernel/trunk/gui/button.inc
532,7 → 532,6
 
call checkidle
 
call check_mouse_data
call [draw_pointer]
 
pushad
553,7 → 552,6
afterbuttonid:
 
pusha
mov eax,[buttonid]
; mouse x >= button x ?
movzx ebx,word [eax+0]
shl ebx,5
600,5 → 598,5
pop ebx
popa
ret
 
;..................................... end 2/2 : modified by vhanla ................................