Subversion Repositories Kolibri OS

Rev

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

Rev 9568 Rev 9616
Line 45... Line 45...
45
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
45
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
46
edit_box_exit:
46
edit_box_exit:
47
	popad
47
	popad
48
	ret 4
48
	ret 4
Line -... Line 49...
-
 
49
 
-
 
50
;description:
-
 
51
; void edit_box_key_safe(edit_box *e, ksys_oskey_t ch)
-
 
52
;input:
-
 
53
; e - edit struct
-
 
54
; ch - key code
-
 
55
align 16
-
 
56
edit_box_key_safe:
-
 
57
	push eax
-
 
58
	mov eax,[esp+12]
-
 
59
	push dword[esp+8]
-
 
60
	call edit_box_key
-
 
61
	pop eax
-
 
62
	ret
49
 
63
 
50
;==========================================================
64
;==========================================================
51
;=== ®¡à ¡®âª  ª« ¢¨ âãàë =================================
65
;=== ®¡à ¡®âª  ª« ¢¨ âãàë =================================
52
;==========================================================
66
;==========================================================
53
align 16
67
align 16