Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 551
Line 123... Line 123...
123
 
123
 
124
                                   ; DRAW WINDOW
124
                                   ; DRAW WINDOW
125
    mov  eax,0                     ; function 0 : define and draw window
125
    mov  eax,0                     ; function 0 : define and draw window
126
    mov  ebx,100*65536+413         ; [x start] *65536 + [x size]
126
    mov  ebx,100*65536+413         ; [x start] *65536 + [x size]
127
    mov  ecx,100*65536+295         ; [y start] *65536 + [y size]
127
    mov  ecx,100*65536+295         ; [y start] *65536 + [y size]
128
    mov  edx,0x93000000            ; color of work area RRGGBB,8->color gl
128
    mov  edx,0x94000000            ; color of work area RRGGBB,8->color gl
129
    mov  edi,title                 ; WINDOW LABEL
129
    mov  edi,title                 ; WINDOW LABEL
Line 130... Line 130...
130
    mcall
130
    mcall