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 91... Line 91...
91
    sub  esi,0x1000
91
    sub  esi,0x1000
92
    shr  esi,4
92
    shr  esi,4
93
    shl  esi,16
93
    shl  esi,16
94
    add  ebx,esi
94
    add  ebx,esi
95
    add  ecx,esi
95
    add  ecx,esi
96
    mov  edx,0x33ffffff            ; color of work area RRGGBB,8->color gl
96
    mov  edx,0x34ffffff            ; color of work area RRGGBB,8->color gl
97
    mov  edi,title               ; WINDOW LABEL
97
    mov  edi,title               ; WINDOW LABEL
98
    mcall
98
    mcall
Line 99... Line 99...
99
 
99