Subversion Repositories Kolibri OS

Rev

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

Rev 2206 Rev 2280
Line 2635... Line 2635...
2635
	mov	eax,0		; function 0 : define and draw window
2635
	mov	eax,0		; function 0 : define and draw window
2636
	mov	ebx,100*65536;+SIZE_X;+80+30 ; [x start] *65536 + [x size]
2636
	mov	ebx,100*65536;+SIZE_X;+80+30 ; [x start] *65536 + [x size]
2637
	mov	ecx,100*65536;+SIZE_Y;+30    ; [y start] *65536 + [y size]
2637
	mov	ecx,100*65536;+SIZE_Y;+30    ; [y start] *65536 + [y size]
2638
	mov	bx,[size_x]
2638
	mov	bx,[size_x]
2639
	add	bx,110
2639
	add	bx,114
2640
	mov	cx,[size_y]
2640
	mov	cx,[size_y]
2641
	add	cx,30
2641
	add	cx,30
2642
	mov	edx,0x14000000	; color of work area RRGGBB,8->color gl
2642
	mov	edx,0x14000000	; color of work area RRGGBB,8->color gl
2643
	mov	edi,labelt	; WINDOW LABEL
2643
	mov	edi,labelt	; WINDOW LABEL
2644
	int	0x40
2644
	int	0x40
2645
 
2645