Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 551
Line 555... Line 555...
555
				   ; DRAW WINDOW
555
				   ; DRAW WINDOW
556
    mov  eax,0			   ; function 0 : define and draw window
556
    mov  eax,0			   ; function 0 : define and draw window
557
    mov  ebx,100*65536+492	   ; [x start] *65536 + [x size]
557
    mov  ebx,100*65536+492	   ; [x start] *65536 + [x size]
558
    mov  ecx,100*65536+420	   ; [y start] *65536 + [y size]
558
    mov  ecx,100*65536+420	   ; [y start] *65536 + [y size]
559
    mov  edx,bgcolor		   ; color of work area RRGGBB,8->color gl
559
    mov  edx,bgcolor		   ; color of work area RRGGBB,8->color gl
560
    or   edx,0x13000000
560
    or   edx,0x14000000
561
    mov  edi,title
561
    mov  edi,title
562
    mcall
562
    mcall
Line 563... Line 563...
563
 
563
 
564
    mov   eax,8
564
    mov   eax,8