Subversion Repositories Kolibri OS

Rev

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

Rev 529 Rev 551
Line 864... Line 864...
864
    mcall
864
    mcall
Line 865... Line 865...
865
 
865
 
866
    xor  eax,eax       ; DRAW WINDOW
866
    xor  eax,eax       ; DRAW WINDOW
867
    mov  ebx,40*65536+355+BBB
867
    mov  ebx,40*65536+355+BBB
868
    mov  ecx,40*65536+320
868
    mov  ecx,40*65536+320
869
    mov  edx,0x93111199
869
    mov  edx,0x94111199
870
    mov  edi,title
870
    mov  edi,title
Line 871... Line 871...
871
    mcall
871
    mcall
872
 
872