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 1843... Line 1843...
1843
 
1843
 
1844
    xor  eax,eax		   ; draw window
1844
    xor  eax,eax		   ; draw window
1845
    mov  ebx,5*65536+499
1845
    mov  ebx,5*65536+499
1846
    mov  ecx,5*65536+345
1846
    mov  ecx,5*65536+345
1847
    mov  edx,[wcolor]
1847
    mov  edx,[wcolor]
1848
    add  edx,0x13ffffff
1848
    add  edx,0x14ffffff
1849
    mov  edi,title
1849
    mov  edi,title
Line 1850... Line 1850...
1850
    mcall
1850
    mcall
1851
 
1851