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 31... Line 31...
31
 dd	0x100000      ; required memory
31
 dd     0x100000      ; required memory
32
 dd	0x100000      ; esp
32
 dd     0x100000      ; esp
33
 dd	0x0 , 0x0     ; I_Param , I_Path
33
 dd     0x0 , 0x0     ; I_Param , I_Path
Line 34... Line 34...
34
 
34
 
35
include 'lang.inc'
35
include 'lang.inc'
36
include '..\..\..\macros.inc'
36
include 'macros.inc'
Line 37... Line 37...
37
;include "DEBUG.INC"
37
;include "DEBUG.INC"
Line 38... Line 38...
38
 
38
 
Line 1390... Line 1390...
1390
 
1390
 
1391
                                   ; DRAW WINDOW
1391
                                   ; DRAW WINDOW
1392
    mov     eax,0                     ; function 0 : define and draw window
1392
    mov     eax,0                     ; function 0 : define and draw window
1393
    mov     ebx,50*65536+550          ; [x start] *65536 + [x size]
1393
    mov     ebx,50*65536+550          ; [x start] *65536 + [x size]
1394
    mov     ecx,50*65536+400          ; [y start] *65536 + [y size]
1394
    mov     ecx,50*65536+400          ; [y start] *65536 + [y size]
1395
    mov     edx,0x13ffffff            ; color of work area RRGGBB,8->color gl
1395
    mov     edx,0x14ffffff            ; color of work area RRGGBB,8->color gl
1396
    mov     edi,title                 ; WINDOW LABEL
1396
    mov     edi,title                 ; WINDOW LABEL
Line 1397... Line 1397...
1397
    mcall
1397
    mcall