Subversion Repositories Kolibri OS

Rev

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

Rev 7786 Rev 9035
Line 336... Line 336...
336
;---------------------------------------------------------------------
336
;---------------------------------------------------------------------
337
draw_window:
337
draw_window:
338
	mcall  48,3,sc,sizeof.system_colors
338
	mcall  48,3,sc,sizeof.system_colors
339
	mcall	12,1
339
	mcall	12,1
Line -... Line 340...
-
 
340
 
-
 
341
	mcall  48,4
-
 
342
	mov ecx,200*65536+111
-
 
343
	add ecx,eax
340
 
344
 
341
	mov	edx,[sc.work]
345
	mov edx,[sc.work]
342
	or	edx,0x34000000
346
	or  edx,0x34000000
Line 343... Line 347...
343
	mcall	0,<200,400>,<200,130>, , ,title
347
	mcall	0,<200,400>,, , ,title
344
 
348
 
345
;buttons
349
;buttons
346
	mcall	8,<198,70>,<68,20>,1,[sc.work_button]
350
	mcall	8,<198,70>,<68,20>,1,[sc.work_button]