Mercurial > emacs
comparison src/xterm.h @ 27992:aed40c47cda2
(select_visual): Change prototype.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 05 Mar 2000 10:24:19 +0000 |
parents | 8cc3bff16c28 |
children | b539b87a97bd |
comparison
equal
deleted
inserted
replaced
27991:cf10555b8ce0 | 27992:aed40c47cda2 |
---|---|
115 #ifdef USE_X_TOOLKIT | 115 #ifdef USE_X_TOOLKIT |
116 extern struct frame *x_any_window_to_frame (); | 116 extern struct frame *x_any_window_to_frame (); |
117 extern struct frame *x_non_menubar_window_to_frame (); | 117 extern struct frame *x_non_menubar_window_to_frame (); |
118 extern struct frame *x_top_window_to_frame (); | 118 extern struct frame *x_top_window_to_frame (); |
119 #endif | 119 #endif |
120 | |
121 extern Visual *select_visual (); | |
122 | 120 |
123 enum text_cursor_kinds | 121 enum text_cursor_kinds |
124 { | 122 { |
125 NO_CURSOR = -1, | 123 NO_CURSOR = -1, |
126 FILLED_BOX_CURSOR, | 124 FILLED_BOX_CURSOR, |
374 struct x_display_info *x_display_info_for_name (); | 372 struct x_display_info *x_display_info_for_name (); |
375 | 373 |
376 extern struct x_display_info *x_term_init (); | 374 extern struct x_display_info *x_term_init (); |
377 | 375 |
378 extern Lisp_Object x_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); | 376 extern Lisp_Object x_list_fonts P_ ((struct frame *, Lisp_Object, int, int)); |
379 | 377 extern void select_visual P_ ((struct x_display_info *)); |
380 extern struct font_info *x_get_font_info(), *x_load_font (), *x_query_font (); | 378 extern struct font_info *x_get_font_info(), *x_load_font (), *x_query_font (); |
381 extern void x_find_ccl_program(); | 379 extern void x_find_ccl_program(); |
382 | 380 |
383 /* Each X frame object points to its own struct x_output object | 381 /* Each X frame object points to its own struct x_output object |
384 in the output_data.x field. The x_output structure contains | 382 in the output_data.x field. The x_output structure contains |