forked from KolibriOS/kolibrios
Change cursor in 37.5 immediately
git-svn-id: svn://kolibrios.org@4181 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
31c59150d4
commit
b255e2580a
@ -295,6 +295,8 @@ proc set_cursor stdcall, hcursor:dword
|
|||||||
; jne .fail
|
; jne .fail
|
||||||
mov ebx, [current_slot]
|
mov ebx, [current_slot]
|
||||||
xchg eax, [ebx+APPDATA.cursor]
|
xchg eax, [ebx+APPDATA.cursor]
|
||||||
|
mov [redrawmouse_unconditional], 1
|
||||||
|
call __sys_draw_pointer
|
||||||
ret
|
ret
|
||||||
;--------------------------------------
|
;--------------------------------------
|
||||||
align 4
|
align 4
|
||||||
|
Loading…
Reference in New Issue
Block a user