Subversion Repositories Kolibri OS

Rev

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

Rev 3784 Rev 3943
Line 110... Line 110...
110
.OpenDialog:
110
.OpenDialog:
111
;OpenDialog	initialisation
111
;OpenDialog	initialisation
112
	push	dword OpenDialog_data
112
	push	dword OpenDialog_data
113
	call	[OpenDialog_Init]
113
	call	[OpenDialog_Init]
114
;---------------------------------------------------------------------
114
;---------------------------------------------------------------------
115
	mcall	40,0x27
115
	mcall	40,0x80000027
116
red:
116
red:
117
	call	draw_window
117
	call	draw_window
118
still:
118
still:
119
	mcall	10
119
	mcall	10
120
	cmp	eax,1
120
	cmp	eax,1
Line 593... Line 593...
593
	pop	edi edx ecx eax
593
	pop	edi edx ecx eax
594
	ret
594
	ret
595
;---------------------------------------------------------------------
595
;---------------------------------------------------------------------
596
thread_comment:
596
thread_comment:
597
	or	dword [wFlags],1
597
	or	dword [wFlags],1
598
	mcall	40,0x27
598
	mcall	40,0x80000027
599
	mov	esi,comment_string_1
599
	mov	esi,comment_string_1
600
	cld
600
	cld
601
@@:
601
@@:
602
	lodsb
602
	lodsb
603
	test	al,al
603
	test	al,al