Subversion Repositories Kolibri OS

Rev

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

Rev 1314 Rev 1316
Line 55... Line 55...
55
;;
55
;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
56
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 57... Line 57...
57
 
57
 
Line 58... Line 58...
58
include 'macros.inc'
58
include 'macros.inc'
Line 59... Line 59...
59
 
59
 
Line 60... Line 60...
60
$Revision: 1314 $
60
$Revision: 1316 $
Line 749... Line 749...
749
        mov  [current_slot], SLOT_BASE+256
749
        mov  [current_slot], SLOT_BASE+256
750
        mov  [TASK_BASE],dword TASK_DATA
750
        mov  [TASK_BASE],dword TASK_DATA
751
        mov  byte[TASK_DATA+TASKDATA.wnd_number],al	; on screen number
751
        mov  byte[TASK_DATA+TASKDATA.wnd_number],al	; on screen number
752
        mov  dword [TASK_DATA+TASKDATA.pid], eax        ; process id number
752
        mov  dword [TASK_DATA+TASKDATA.pid], eax        ; process id number
Line 753... Line -...
753
 
-
 
754
 
753
 
755
        call init_cursors
754
        call init_display
756
        mov eax, [def_cursor]
755
        mov eax, [def_cursor]
757
        mov [SLOT_BASE+APPDATA.cursor],eax
756
        mov [SLOT_BASE+APPDATA.cursor],eax
Line 758... Line 757...
758
        mov [SLOT_BASE+APPDATA.cursor+256],eax
757
        mov [SLOT_BASE+APPDATA.cursor+256],eax