Mercurial > emacs
comparison src/w32term.h @ 30987:36b17174de3b
(x_display_info_for_display): Remove as this function does not exist on W32.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 20 Aug 2000 20:47:43 +0000 |
parents | 7f49fb2648f1 |
children | 58dcefea99de |
comparison
equal
deleted
inserted
replaced
30986:ab681757a44b | 30987:36b17174de3b |
---|---|
256 extern Lisp_Object Vx_pixel_size_width_font_regexp; | 256 extern Lisp_Object Vx_pixel_size_width_font_regexp; |
257 | 257 |
258 /* A flag to control how to display unibyte 8-bit character. */ | 258 /* A flag to control how to display unibyte 8-bit character. */ |
259 extern int unibyte_display_via_language_environment; | 259 extern int unibyte_display_via_language_environment; |
260 | 260 |
261 /* NTEMACS_TODO: This does not seem to be defined. Check and remove. */ | |
262 struct w32_display_info *x_display_info_for_display (); | |
263 struct w32_display_info *x_display_info_for_name (); | 261 struct w32_display_info *x_display_info_for_name (); |
264 | 262 |
265 extern struct w32_display_info *w32_term_init (); | 263 extern struct w32_display_info *w32_term_init (); |
266 | 264 |
267 extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); | 265 extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); |