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 552... Line 552...
552
    mcall
552
    mcall
553
                                      ; DRAW WINDOW
553
                                      ; DRAW WINDOW
554
    mov     eax,0                     ; function 0 : define and draw window
554
    mov     eax,0                     ; function 0 : define and draw window
555
    mov     ebx,100*65536+300         ; [x start] *65536 + [x size]
555
    mov     ebx,100*65536+300         ; [x start] *65536 + [x size]
556
    mov     ecx,100*65536+140         ; [y start] *65536 + [y size]
556
    mov     ecx,100*65536+140         ; [y start] *65536 + [y size]
557
    mov     edx,0x13224466            ; color of work area RRGGBB
557
    mov     edx,0x14224466            ; color of work area RRGGBB
558
    mov     edi,title                 ; WINDOW LABEL;
558
    mov     edi,title                 ; WINDOW LABEL;
559
    mcall
559
    mcall
Line 560... Line 560...
560
                                      
560
                                      
561
    mov     eax,8                     ; Resolve
561
    mov     eax,8                     ; Resolve