Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 551
Line 147... Line 147...
147
    mcall
147
    mcall
Line 148... Line 148...
148
 
148
 
149
    mov  eax,0                     ; DRAW WINDOW
149
    mov  eax,0                     ; DRAW WINDOW
150
    mov  ebx,1*65536+200           ; [x start] *65536 + [x size]
150
    mov  ebx,1*65536+200           ; [x start] *65536 + [x size]
151
    mov  ecx,200*65536+240         ; [y start] *65536 + [y size]
151
    mov  ecx,200*65536+240         ; [y start] *65536 + [y size]
152
    mov  edx,0x13000000            ; work area color (type II)
152
    mov  edx,0x14000000            ; work area color (type II)
153
    mov  edi,title                ; frame color
153
    mov  edi,title                ; frame color
Line 154... Line 154...
154
    mcall
154
    mcall