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 20... Line 20...
20
 dd	I_END+0x10000 ; required memory
20
 dd     I_END+0x10000 ; required memory
21
 dd	I_END+0x10000 ; esp
21
 dd     I_END+0x10000 ; esp
22
 dd	0x0 , 0x0     ; I_Param , I_Path
22
 dd     0x0 , 0x0     ; I_Param , I_Path
Line 23... Line 23...
23
   
23
 
24
include 'lang.inc'
24
include 'lang.inc'
25
include '..\..\..\macros.inc'
25
include 'macros.inc'
Line 26... Line 26...
26
remote_ip  db  192,168,0,1
26
remote_ip  db  192,168,0,1
Line 133... Line 133...
133
   
133
 
134
                                   ; DRAW WINDOW
134
                                   ; DRAW WINDOW
135
    mov  eax,0                     ; function 0 : define and draw window
135
    mov  eax,0                     ; function 0 : define and draw window
136
    mov  ebx,100*65536+300         ; [x start] *65536 + [x size]
136
    mov  ebx,100*65536+300         ; [x start] *65536 + [x size]
137
    mov  ecx,100*65536+330         ; [y start] *65536 + [y size]
137
    mov  ecx,100*65536+330         ; [y start] *65536 + [y size]
138
    mov  edx,0x13ffffff            ; color of work area RRGGBB
138
    mov  edx,0x14ffffff            ; color of work area RRGGBB
139
    mov  edi,title                 ; WINDOW LABEL
139
    mov  edi,title                 ; WINDOW LABEL
Line 140... Line 140...
140
    mcall
140
    mcall