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 136... Line 136...
136
   
136
   
137
                                   ; DRAW WINDOW
137
                                   ; DRAW WINDOW
138
    xor  eax,eax                   ; function 0 : define and draw window
138
    xor  eax,eax                   ; function 0 : define and draw window
139
    mov  ebx,100*65536+260         ; [x start] *65536 + [x size]
139
    mov  ebx,100*65536+260         ; [x start] *65536 + [x size]
140
    mov  ecx,100*65536+205         ; [y start] *65536 + [y size]
140
    mov  ecx,100*65536+205         ; [y start] *65536 + [y size]
141
    mov  edx,0x13224466            ; color of work area RRGGBB
141
    mov  edx,0x14224466            ; color of work area RRGGBB
142
    mov  edi,title                 ; WINDOW LABEL
142
    mov  edi,title                 ; WINDOW LABEL
Line 143... Line 143...
143
    mcall
143
    mcall