aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorDmitry Antipov2013-12-06 09:49:05 +0400
committerDmitry Antipov2013-12-06 09:49:05 +0400
commit64ed4306fc76b2b5386deef8cdd101a2dfe13b74 (patch)
tree7df684934a1aeedd645ff77e818edc6dca3f6ead /src/xterm.h
parentb2856a6f7cbd625e195b5bfb7a87925ebc4c22f8 (diff)
downloademacs-64ed4306fc76b2b5386deef8cdd101a2dfe13b74.tar.gz
emacs-64ed4306fc76b2b5386deef8cdd101a2dfe13b74.zip
* xterm.c (input_signal_count): Remove.
(x_dispatch_event): Define unconditionally. (x_make_frame_visible): Process X events until the frame is really visible (Bug#16027). * xterm.h (x_dispatch_event): Declare unconditionally.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 2729a771445..3d954fb8600 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -945,9 +945,7 @@ extern void x_clear_area (Display *, Window, int, int, int, int);
945extern void x_mouse_leave (struct x_display_info *); 945extern void x_mouse_leave (struct x_display_info *);
946#endif 946#endif
947 947
948#ifdef USE_X_TOOLKIT
949extern int x_dispatch_event (XEvent *, Display *); 948extern int x_dispatch_event (XEvent *, Display *);
950#endif
951extern int x_x_to_emacs_modifiers (struct x_display_info *, int); 949extern int x_x_to_emacs_modifiers (struct x_display_info *, int);
952extern int x_display_pixel_height (struct x_display_info *); 950extern int x_display_pixel_height (struct x_display_info *);
953extern int x_display_pixel_width (struct x_display_info *); 951extern int x_display_pixel_width (struct x_display_info *);