* gui/button.inc refactoring

* only 16 ID bits were checked on button delete, 24 now
* negative button frame draw speed up

git-svn-id: svn://kolibrios.org@1334 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Mihail Semenyako (mike.dld) 2009-12-27 18:37:14 +00:00
parent 66a88326dd
commit 7872f73198
3 changed files with 620 additions and 645 deletions

View File

@ -190,7 +190,7 @@ iglobal
dd delay_hs ; 5-DelayHs
dd syscall_openramdiskfile ; 6-OpenRamdiskFile
dd syscall_putimage ; 7-PutImage
dd sys_button ; 8-DefineButton
dd syscall_button ; 8-DefineButton
dd sys_cpuusage ; 9-GetProcessInfo
dd sys_waitforevent ; 10-WaitForEvent
dd sys_getevent ; 11-CheckForEvent

File diff suppressed because it is too large Load Diff

View File

@ -1035,7 +1035,7 @@ boot_log:
align 32
osloop:
call [draw_pointer]
call checkbuttons
call check_buttons
call checkwindows
; call check_window_move_request
call checkmisc