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 343... Line 343...
343
   
343
   
344
                                   ; DRAW WINDOW
344
                                   ; DRAW WINDOW
345
    mov  eax,0                     ; function 0 : define and draw window
345
    mov  eax,0                     ; function 0 : define and draw window
346
    mov  ebx,100*65536+280         ; [x start] *65536 + [x size]
346
    mov  ebx,100*65536+280         ; [x start] *65536 + [x size]
347
    mov  ecx,100*65536+270         ; [y start] *65536 + [y size]
347
    mov  ecx,100*65536+270         ; [y start] *65536 + [y size]
348
    mov  edx,0x13224466            ; color of work area RRGGBB
348
    mov  edx,0x14224466            ; color of work area RRGGBB
349
    mov  edi,title                 ; WINDOW LABEL
349
    mov  edi,title                 ; WINDOW LABEL
Line 350... Line 350...
350
    mcall
350
    mcall