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 487... Line 487...
487
    mcall
487
    mcall
488
                                      ; DRAW WINDOW
488
                                      ; DRAW WINDOW
489
    mov     eax,0                     ; function 0 : define and draw window
489
    mov     eax,0                     ; function 0 : define and draw window
490
    mov     ebx,100*65536+300         ; [x start] *65536 + [x size]
490
    mov     ebx,100*65536+300         ; [x start] *65536 + [x size]
491
    mov     ecx,100*65536+156         ; [y start] *65536 + [y size]
491
    mov     ecx,100*65536+156         ; [y start] *65536 + [y size]
492
    mov     edx,0x13224466            ; color of work area RRGGBB
492
    mov     edx,0x14224466            ; color of work area RRGGBB
493
    mov     edi,title                 ; WINDOW LABEL
493
    mov     edi,title                 ; WINDOW LABEL
494
    mcall
494
    mcall
Line 495... Line 495...
495
                                      
495
                                      
496
    mov     eax,8                     ; Resolve
496
    mov     eax,8                     ; Resolve