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 551
Line 146... Line 146...
146
   
146
   
147
                                   ; DRAW WINDOW
147
                                   ; DRAW WINDOW
148
    mov  eax,0                     ; function 0 : define and draw window
148
    mov  eax,0                     ; function 0 : define and draw window
149
    mov  ebx,100*65536+286         ; [x start] *65536 + [x size]
149
    mov  ebx,100*65536+286         ; [x start] *65536 + [x size]
150
    mov  ecx,100*65536+330         ; [y start] *65536 + [y size]
150
    mov  ecx,100*65536+330         ; [y start] *65536 + [y size]
151
    mov  edx,0x13ffffff            ; color of work area RRGGBB
151
    mov  edx,0x14ffffff            ; color of work area RRGGBB
152
    mov  edi,title                 ; WINDOW LABEL
152
    mov  edi,title                 ; WINDOW LABEL
Line 153... Line 153...
153
    mcall
153
    mcall