Subversion Repositories Kolibri OS

Rev

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

Rev 532 Rev 551
Line 886... Line 886...
886
 
886
 
887
    mov  eax,0 		    ; DRAW WINDOW
887
    mov  eax,0 		    ; DRAW WINDOW
888
    mov  bx,550
888
    mov  bx,550
889
    mov  cx,470
889
    mov  cx,470
890
    mov  edx,[wcolor]
890
    mov  edx,[wcolor]
891
    add  edx,0x13000000
891
    add  edx,0x14000000
892
    mov  edi,title
892
    mov  edi,title
Line 893... Line 893...
893
    mcall
893
    mcall