Subversion Repositories Kolibri OS

Rev

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

Rev 529 Rev 551
Line 564... Line 564...
564
 
564
 
565
                                   ; DRAW WINDOW
565
                                   ; DRAW WINDOW
566
    xor  eax,eax
566
    xor  eax,eax
567
    mov  ebx,210*65536+300
567
    mov  ebx,210*65536+300
568
    mov  ecx,30*65536+390-14
568
    mov  ecx,30*65536+390-14
569
    mov  edx,0x13ffffff
569
    mov  edx,0x14ffffff
570
    mov  edi,title       ; WINDOW LABEL
570
    mov  edi,title       ; WINDOW LABEL
Line 571... Line 571...
571
    mcall
571
    mcall
572
 
572