Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 552
Line 81... Line 81...
81
    mov  ecx,ipcarea
81
    mov  ecx,ipcarea
82
    call init_ipc
82
    call init_ipc
83
    mcall 40,1000111b
83
    mcall 40,1000111b
84
    mov  esi,btns
84
    mov  esi,btns
85
    mov  edi,btn_raw
85
    mov  edi,btn_raw
86
    mov  eax,hash_table
-
 
87
    call ReadGIF
86
    call ReadGIF
88
    mov  esi,hdrimg
87
    mov  esi,hdrimg
89
    mov  edi,hdr_raw
88
    mov  edi,hdr_raw
90
    mov  eax,hash_table
-
 
91
    call ReadGIF
89
    call ReadGIF
92
    mov  esi,bottom
90
    mov  esi,bottom
93
    mov  edi,bottom_raw
91
    mov  edi,bottom_raw
94
    mov  eax,hash_table
-
 
95
    call ReadGIF
92
    call ReadGIF
96
    call respawn
93
    call respawn
97
    mcall 9,prcinfo,-1
94
    mcall 9,prcinfo,-1
98
    mov  edx,[ebx+30]
95
    mov  edx,[ebx+30]
99
    mov  [parentPID],edx
96
    mov  [parentPID],edx
Line 383... Line 380...
383
cur_track  db ?
380
cur_track  db ?
384
sel_track  db ?
381
sel_track  db ?
385
ipcmsg	   db ?
382
ipcmsg	   db ?
386
fnbuf:
383
fnbuf:
387
	   rb 1024
384
	   rb 1024
388
btn_raw    rb 222*17*3+12
385
btn_raw    rb 222*17*3+8
389
hdr_raw    rb 275*29*3+12
386
hdr_raw    rb 275*29*3+8
390
bottom_raw rb 25*378*3+12
387
bottom_raw rb 25*378*3+8
391
	   rb 4
388
	   rb 4
392
playlist   rb 256*LISTITEMS
389
playlist   rb 256*LISTITEMS
393
hash_table:
-
 
394
	   rd 4096
390
IncludeUGlobals
395
dir_table  rb 32+304
391
dir_table  rb 32+304
396
workarea:
392
workarea: