diff options
| author | Dmitry Antipov | 2013-12-06 09:49:05 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-12-06 09:49:05 +0400 |
| commit | 64ed4306fc76b2b5386deef8cdd101a2dfe13b74 (patch) | |
| tree | 7df684934a1aeedd645ff77e818edc6dca3f6ead /src/xterm.h | |
| parent | b2856a6f7cbd625e195b5bfb7a87925ebc4c22f8 (diff) | |
| download | emacs-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.h | 2 |
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); | |||
| 945 | extern void x_mouse_leave (struct x_display_info *); | 945 | extern void x_mouse_leave (struct x_display_info *); |
| 946 | #endif | 946 | #endif |
| 947 | 947 | ||
| 948 | #ifdef USE_X_TOOLKIT | ||
| 949 | extern int x_dispatch_event (XEvent *, Display *); | 948 | extern int x_dispatch_event (XEvent *, Display *); |
| 950 | #endif | ||
| 951 | extern int x_x_to_emacs_modifiers (struct x_display_info *, int); | 949 | extern int x_x_to_emacs_modifiers (struct x_display_info *, int); |
| 952 | extern int x_display_pixel_height (struct x_display_info *); | 950 | extern int x_display_pixel_height (struct x_display_info *); |
| 953 | extern int x_display_pixel_width (struct x_display_info *); | 951 | extern int x_display_pixel_width (struct x_display_info *); |