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 174... Line 174...
174
    mcall
174
    mcall
175
				; DRAW WINDOW
175
				; DRAW WINDOW
176
    mov  eax,0			; function 0 : define and draw window
176
    mov  eax,0			; function 0 : define and draw window
177
    mov  ebx,100*65536+window_x_size	    ; [x start] *65536 + [x size]
177
    mov  ebx,100*65536+window_x_size	    ; [x start] *65536 + [x size]
178
    mov  ecx,100*65536+window_y_size	    ; [y start] *65536 + [y size]
178
    mov  ecx,100*65536+window_y_size	    ; [y start] *65536 + [y size]
179
    mov  edx,0x13ffffff 	; color of work area 0x00RRGGBB
179
    mov  edx,0x14ffffff 	; color of work area 0x00RRGGBB
180
    mov  edi,title 		; WINDOW LABEL
180
    mov  edi,title 		; WINDOW LABEL
181
    mcall
181
    mcall
Line 182... Line 182...
182
			
182
			
183
    mov  eax,13 		; function 13 : draw bar
183
    mov  eax,13 		; function 13 : draw bar