Subversion Repositories Kolibri OS

Rev

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

Rev 529 Rev 551
Line 806... Line 806...
806
                                      ; DRAW WINDOW
806
                                      ; DRAW WINDOW
807
    mov  eax,0                     ; function 0 : define and draw window
807
    mov  eax,0                     ; function 0 : define and draw window
808
    mov  ebx,110*65536+555         ; [x start] *65536 + [x size]
808
    mov  ebx,110*65536+555         ; [x start] *65536 + [x size]
809
    mov  ecx,50*65536+255          ; [y start] *65536 + [y size]
809
    mov  ecx,50*65536+255          ; [y start] *65536 + [y size]
810
    mov  edx,[w_work]              ; color of work area RRGGBB,8->color
810
    mov  edx,[w_work]              ; color of work area RRGGBB,8->color
811
    or   edx,0x13000000
811
    or   edx,0x14000000
812
    mov  edi,title                ; WINDOW LABEL
812
    mov  edi,title                ; WINDOW LABEL
813
    mcall
813
    mcall
Line 814... Line 814...
814
 
814
 
815
if lang eq ru
815
if lang eq ru