Subversion Repositories Kolibri OS

Rev

Rev 2446 | Rev 2452 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2446 Rev 2450
Line 67... Line 67...
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
67
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 68... Line 68...
68
 
68
 
69
include 'macros.inc'
69
include 'macros.inc'
Line 70... Line 70...
70
include 'struct.inc'
70
include 'struct.inc'
Line 71... Line 71...
71
 
71
 
Line 72... Line 72...
72
$Revision: 2446 $
72
$Revision: 2450 $
Line 1965... Line 1965...
1965
        shl     edx, 8
1965
        shl     edx, 8
1966
        mov     esi, [edx+SLOT_BASE+APPDATA.cursor]
1966
        mov     esi, [edx+SLOT_BASE+APPDATA.cursor]
1967
        push    esi
1967
        push    esi
1968
        call    [_display.select_cursor]
1968
        call    [_display.select_cursor]
1969
        mov     [current_cursor], esi
1969
        mov     [current_cursor], esi
-
 
1970
        mov     [redrawmouse_unconditional], 1
-
 
1971
        call    [draw_pointer]
1970
        ret
1972
        ret
1971
;------------------------------------------------------------------------------
1973
;------------------------------------------------------------------------------
1972
iglobal
1974
iglobal
1973
align 4
1975
align 4
1974
sys_system_table:
1976
sys_system_table: