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 470... Line 470...
470
 
470
 
471
                                   ; DRAW WINDOW
471
                                   ; DRAW WINDOW
472
    mov  eax,0                     ; function 0 : define and draw window
472
    mov  eax,0                     ; function 0 : define and draw window
473
    mov  ebx,100*65536+330         ; [x start] *65536 + [x size]
473
    mov  ebx,100*65536+330         ; [x start] *65536 + [x size]
474
    mov  ecx,100*65536+157         ; [y start] *65536 + [y size]
474
    mov  ecx,100*65536+157         ; [y start] *65536 + [y size]
475
    mov  edx,0x13ffffff            ; color of work area RRGGBB,8->color gl
475
    mov  edx,0x14ffffff            ; color of work area RRGGBB,8->color gl
476
    mov  edi,title                ; WINDOW LABEL
476
    mov  edi,title                ; WINDOW LABEL
Line 477... Line 477...
477
    mcall
477
    mcall