Subversion Repositories Kolibri OS

Rev

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

Rev 2207 Rev 2262
Line 441... Line 441...
441
	jne	.end	
441
	jne	.end	
442
;--------------------------------------
442
;--------------------------------------
443
; draw lines and frame
443
; draw lines and frame
444
	call	draw_lines
444
	call	draw_lines
445
; draw buttons
445
; draw buttons
446
	call	draw_bittons
446
	call	draw_buttons
447
; draw messages
447
; draw messages
448
	call	draw_messages
448
	call	draw_messages
449
; draw editbox's
449
; draw editbox's
450
	mov	eax,[procinfo+42]
450
	mov	eax,[procinfo+42]
451
	sub	eax,65+72+10
451
	sub	eax,65+72+10
Line 499... Line 499...
499
	mcall	,<3,3>
499
	mcall	,<3,3>
500
	mcall	,<423,423>
500
	mcall	,<423,423>
501
	pop	ecx
501
	pop	ecx
502
	ret
502
	ret
503
;*********************************************************************
503
;*********************************************************************
504
draw_bittons:
504
draw_buttons:
505
; define compress button
505
; define compress button
506
	mov	cx,18
506
	mov	cx,18
507
	mcall	8,<351,72>,,2,[color_table+36]
507
	mcall	8,<351,72>,,2,[color_table+24]
508
; uncompress button
508
; uncompress button
509
	add	ecx,18 shl 16
509
	add	ecx,18 shl 16
510
	inc	edx
510
	inc	edx
511
	mcall
511
	mcall
512
	add	ecx,-12h+0Ah+140000h
512
	add	ecx,-12h+0Ah+140000h