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 810... Line 810...
810
   
810
   
811
				   ; DRAW WINDOW
811
				   ; DRAW WINDOW
812
    mov  eax,0			   ; function 0 : define and draw window
812
    mov  eax,0			   ; function 0 : define and draw window
813
    mov  ebx,100*65536+230	   ; [x start] *65536 + [x size]
813
    mov  ebx,100*65536+230	   ; [x start] *65536 + [x size]
814
    mov  ecx,100*65536+170	   ; [y start] *65536 + [y size]
814
    mov  ecx,100*65536+170	   ; [y start] *65536 + [y size]
815
    mov  edx,0x13224466 	   ; color of work area RRGGBB
815
    mov  edx,0x14224466 	   ; color of work area RRGGBB
816
    mov  edi,title
816
    mov  edi,title
Line 817... Line 817...
817
    mcall
817
    mcall
818
   
818