Subversion Repositories Kolibri OS

Rev

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

Rev 5925 Rev 6162
Line 47... Line 47...
47
        mcall   14
47
        mcall   14
48
        and     eax, 0xffff0000
48
        and     eax, 0xffff0000
49
        sub     eax, 399 shl 16
49
        sub     eax, 399 shl 16
50
        add     eax, 399
50
        add     eax, 399
51
        mov     [xstart], eax
51
        mov     [xstart], eax
52
        mcall   48, 3, sc, sizeof.sys_colors_new
52
        mcall   48, 3, sc, sizeof.system_colors
Line 53... Line 53...
53
 
53
 
54
        mov     esi, filename
54
        mov     esi, filename
55
        call    CreateFile
55
        call    CreateFile
56
;------------------------------------------------------------------------------
56
;------------------------------------------------------------------------------
Line 212... Line 212...
212
        mov     edx, 0xffffff
212
        mov     edx, 0xffffff
213
        or      edx, 0x14000000
213
        or      edx, 0x14000000
214
        xor     esi, esi
214
        xor     esi, esi
215
        mcall   ,[xstart],,,,title
215
        mcall   ,[xstart],,,,title
216
        mov     ebx, 296 shl 16+31
216
        mov     ebx, 296 shl 16+31
217
        mcall   8,,<4,13>,3,[sc.btn_face]
217
        mcall   8,,<4,13>,3,[sc.work_button]
218
        mov     edx, [vmode]
218
        mov     edx, [vmode]
219
        lea     edx, [edx*4+duk]
219
        lea     edx, [edx*4+duk]
220
        mov     ecx, 0x80
220
        mov     ecx, 0x80
221
        shr     ecx, 24
221
        shr     ecx, 24
222
        add     ecx, [sc.btn_text]
222
        add     ecx, [sc.work_button_text]
223
        mcall   4,<300,7>,,,4
223
        mcall   4,<300,7>,,,4
224
        call    draw_text
224
        call    draw_text
225
        mcall   12, 2                     ; 2, end of draw
225
        mcall   12, 2                     ; 2, end of draw
226
        ret
226
        ret
227
;------------------------------------------------------------------------------
227
;------------------------------------------------------------------------------
Line 436... Line 436...
436
process_count   dd  ?
436
process_count   dd  ?
437
krnl_cnt        dd  ?
437
krnl_cnt        dd  ?
438
pid_tid         dd  ?
438
pid_tid         dd  ?
439
filepos         dd  ?
439
filepos         dd  ?
440
xstart          dd  ?
440
xstart          dd  ?
441
sc      sys_colors_new
441
sc      system_colors
Line 442... Line 442...
442
 
442
 
443
        rd  2
443
        rd  2
444
text1   rb  80*(MAXSTRINGS+1)
444
text1   rb  80*(MAXSTRINGS+1)