Subversion Repositories Kolibri OS

Rev

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

Rev 503 Rev 551
Line 181... Line 181...
181
 
181
 
182
                                   ; DRAW WINDOW
182
                                   ; DRAW WINDOW
183
    xor  eax,eax                   ; function 0 : define and draw window
183
    xor  eax,eax                   ; function 0 : define and draw window
184
    mov  ebx,160*65536+415         ; [x start] *65536 + [x size]
184
    mov  ebx,160*65536+415         ; [x start] *65536 + [x size]
185
    mov  ecx,160*65536+90          ; [y start] *65536 + [y size]
185
    mov  ecx,160*65536+90          ; [y start] *65536 + [y size]
186
    mov  edx,0x13DDDDDD            ; color of work area RRGGBB
186
    mov  edx,0x14DDDDDD            ; color of work area RRGGBB
187
    mov  edi,labelt                ; WINDOW LABEL
187
    mov  edi,labelt                ; WINDOW LABEL
Line 188... Line 188...
188
    mcall
188
    mcall