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 661
Line 15... Line 15...
15
 dd	I_END+0x10000 ; esp
15
 dd     I_END+0x10000 ; esp
16
 dd	0x0 , 0x0     ; I_Param , I_Path
16
 dd     0x0 , 0x0     ; I_Param , I_Path
Line 17... Line 17...
17
 
17
 
18
 
18
 
Line 19... Line 19...
19
include 'lang.inc'
19
include 'lang.inc'
Line 20... Line 20...
20
include '..\..\..\macros.inc'
20
include 'macros.inc'
21
 
21
 
Line 456... Line 456...
456
    mcall
456
    mcall
Line 457... Line 457...
457
 
457
 
458
    xor  eax,eax		     ; DRAW WINDOW
458
    xor  eax,eax                     ; DRAW WINDOW
459
    mov  ebx,100*65536+491 + 8 +15
459
    mov  ebx,100*65536+491 + 8 +15
460
    mov  ecx,100*65536+270 + 20     ; 20 for status bar
460
    mov  ecx,100*65536+270 + 20     ; 20 for status bar
461
    mov  edx,0x13000000
461
    mov  edx,0x14000000
462
    mov  edi,title
462
    mov  edi,title
Line 463... Line 463...
463
    mcall
463
    mcall
464
 
464