Subversion Repositories Kolibri OS

Rev

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

Rev 2002 Rev 2494
Line 415... Line 415...
415
;   *******  WINDOW DEFINITIONS AND DRAW ********
415
;   *******  WINDOW DEFINITIONS AND DRAW ********
416
;   *********************************************
416
;   *********************************************
417
align	4
417
align	4
418
draw_window:
418
draw_window:
419
	mcall	12,1
419
	mcall	12,1
-
 
420
	
420
	xor	eax,eax
421
	mcall 48, 4
421
	xor	esi,esi
422
	lea	ecx, [50*65536+484+eax]; [y start] *65536 + [y size] + [skin_height]
422
	mcall	,<50,649>,<50,506>,0x74ffffff,,title
423
	mcall	0,<50,649>,,0x34,,title
-
 
424
 
423
	mcall	12,2
425
	mcall	12,2
424
	ret
426
	ret
425
;---------------------------------------------------------------------
427
;---------------------------------------------------------------------
426
;   *********************************************
428
;   *********************************************
427
;   *******       COMPUTE 3D-VIEW        ********
429
;   *******       COMPUTE 3D-VIEW        ********