Subversion Repositories Kolibri OS

Rev

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

Rev 2484 Rev 2743
Line 200... Line 200...
200
	mcall	12,1	; 1, start of draw
200
	mcall	12,1	; 1, start of draw
201
	xor	eax,eax		     ; function 0 : define and draw window
201
	xor	eax,eax		     ; function 0 : define and draw window
202
	mov	ecx,MAXSTRINGS*10+45	   ; [y start] *65536 + [y size]
202
	mov	ecx,MAXSTRINGS*10+45	   ; [y start] *65536 + [y size]
203
;	mov	edx,[sc.work]		   ; color of work area RRGGBB,8->color gl
203
;	mov	edx,[sc.work]		   ; color of work area RRGGBB,8->color gl
204
	mov	edx,0xffffff
204
	mov	edx,0xffffff
205
	or	edx,0x13000000
205
	or	edx,0x14000000
206
	xor	esi,esi
206
	xor	esi,esi
207
	mcall	,[xstart],,,,title
207
	mcall	,[xstart],,,,title
208
	mov	ebx,296 shl 16+5*6
208
	mov	ebx,296 shl 16+5*6
209
	mcall	8,,<5,12>,3,[sc.work]
209
	mcall	8,,<5,12>,3,[sc.work]
210
	mov	edx,[vmode]
210
	mov	edx,[vmode]