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 250... Line 250...
250
   
250
   
251
                                   ; DRAW WINDOW
251
                                   ; DRAW WINDOW
252
    mov  eax,0                     ; function 0 : define and draw window
252
    mov  eax,0                     ; function 0 : define and draw window
253
    mov  ebx,100*65536+286         ; [x start] *65536 + [x size]
253
    mov  ebx,100*65536+286         ; [x start] *65536 + [x size]
254
    mov  ecx,60*65536+330          ; [y start] *65536 + [y size]
254
    mov  ecx,60*65536+330          ; [y start] *65536 + [y size]
255
    mov  edx,0x03ffffff            ; color of work area RRGGBB
255
    mov  edx,0x04ffffff            ; color of work area RRGGBB
256
    mov  edi,title                 ; WINDOW LABEL
256
    mov  edi,title                 ; WINDOW LABEL
Line 257... Line 257...
257
    mcall
257
    mcall