Change cursor in 37.5 immediately

git-svn-id: svn://kolibrios.org@4181 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
lev 2013-11-05 20:37:30 +00:00
parent 31c59150d4
commit b255e2580a

View File

@ -295,6 +295,8 @@ proc set_cursor stdcall, hcursor:dword
; jne .fail
mov ebx, [current_slot]
xchg eax, [ebx+APPDATA.cursor]
mov [redrawmouse_unconditional], 1
call __sys_draw_pointer
ret
;--------------------------------------
align 4