comparison src/xterm.c @ 83527:c44562301a11

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-289 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-290 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-291 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-292 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-293 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-567
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 24 May 2006 09:13:31 +0000
parents b2e7507b55c6 e365d76e29c3
children 46b1096093f5
comparison
equal deleted inserted replaced
83526:f441150d61fa 83527:c44562301a11
322 322
323 static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *)); 323 static int x_alloc_nearest_color_1 P_ ((Display *, Colormap, XColor *));
324 static void x_set_window_size_1 P_ ((struct frame *, int, int, int)); 324 static void x_set_window_size_1 P_ ((struct frame *, int, int, int));
325 static const XColor *x_color_cells P_ ((Display *, int *)); 325 static const XColor *x_color_cells P_ ((Display *, int *));
326 static void x_update_window_end P_ ((struct window *, int, int)); 326 static void x_update_window_end P_ ((struct window *, int, int));
327 void x_delete_display P_ ((struct x_display_info *));
328 327
329 static int x_io_error_quitter P_ ((Display *)); 328 static int x_io_error_quitter P_ ((Display *));
330 void x_catch_errors P_ ((Display *));
331 void x_uncatch_errors P_ ((void));
332 void x_lower_frame P_ ((struct frame *));
333 void x_scroll_bar_clear P_ ((struct frame *));
334 int x_had_errors_p P_ ((Display *));
335 void x_wm_set_size_hint P_ ((struct frame *, long, int));
336 void x_raise_frame P_ ((struct frame *));
337 void x_set_window_size P_ ((struct frame *, int, int, int));
338 void x_wm_set_window_state P_ ((struct frame *, int));
339 void x_wm_set_icon_pixmap P_ ((struct frame *, int));
340 static struct terminal *x_create_terminal P_ ((struct x_display_info *)); 329 static struct terminal *x_create_terminal P_ ((struct x_display_info *));
341 void x_delete_terminal P_ ((struct terminal *)); 330 void x_delete_terminal P_ ((struct terminal *));
342 void x_initialize P_ ((void));
343 static void x_font_min_bounds P_ ((XFontStruct *, int *, int *)); 331 static void x_font_min_bounds P_ ((XFontStruct *, int *, int *));
344 static int x_compute_min_glyph_bounds P_ ((struct frame *)); 332 static int x_compute_min_glyph_bounds P_ ((struct frame *));
345 static void x_update_end P_ ((struct frame *)); 333 static void x_update_end P_ ((struct frame *));
346 static void XTframe_up_to_date P_ ((struct frame *)); 334 static void XTframe_up_to_date P_ ((struct frame *));
347 static void XTset_terminal_modes P_ ((struct terminal *)); 335 static void XTset_terminal_modes P_ ((struct terminal *));