comparison src/w32font.c @ 91246:3a1805edf0b5

(w32font_get_cache): Adjust the argument type.
author Kenichi Handa <handa@m17n.org>
date Tue, 18 Dec 2007 11:37:36 +0000
parents abd06276f55a
children 5e8f33ad8f63
comparison
equal deleted inserted replaced
91245:26541bdcecd0 91246:3a1805edf0b5
133 133
134 /* w32 implementation of get_cache for font backend. 134 /* w32 implementation of get_cache for font backend.
135 Return a cache of font-entities on FRAME. The cache must be a 135 Return a cache of font-entities on FRAME. The cache must be a
136 cons whose cdr part is the actual cache area. */ 136 cons whose cdr part is the actual cache area. */
137 Lisp_Object 137 Lisp_Object
138 w32font_get_cache (frame) 138 w32font_get_cache (f)
139 Lisp_Object frame; 139 FRAME_PTR f;
140 { 140 {
141 struct w32_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (XFRAME (frame)); 141 struct w32_display_info *dpyinfo = FRAME_X_DISPLAY_INFO (f);
142 142
143 return (dpyinfo->name_list_element); 143 return (dpyinfo->name_list_element);
144 } 144 }
145 145
146 /* w32 implementation of list for font backend. 146 /* w32 implementation of list for font backend.