Subversion Repositories Kolibri OS

Rev

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

Rev 230 Rev 281
Line 104... Line 104...
104
        shl edx, 8
104
        shl edx, 8
105
        mov ecx, [edx+PROC_BASE+APPDATA.cursor]
105
        mov ecx, [edx+PROC_BASE+APPDATA.cursor]
Line 106... Line 106...
106
 
106
 
107
        cmp [ecx+CURSOR.magic], 'CURS'
107
        cmp [ecx+CURSOR.magic], 'CURS'
108
        jne .fail
108
        jne .fail
109
        cmp [ecx+CURSOR.size], CURSOR_SIZE
109
;        cmp [ecx+CURSOR.size], CURSOR_SIZE
110
        jne .fail
110
;        jne .fail
111
        push ecx
111
        push ecx
112
        call [set_hw_cursor]
112
        call [set_hw_cursor]
113
        popad
113
        popad
114
        ret
114
        ret