diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index 05caedcb9f1..2f9e9b90733 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1003,6 +1003,7 @@ extern XtAppContext Xt_app_con; | |||
| 1003 | extern void x_query_colors P_ ((struct frame *f, XColor *, int)); | 1003 | extern void x_query_colors P_ ((struct frame *f, XColor *, int)); |
| 1004 | extern void x_query_color P_ ((struct frame *f, XColor *)); | 1004 | extern void x_query_color P_ ((struct frame *f, XColor *)); |
| 1005 | extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int)); | 1005 | extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int)); |
| 1006 | extern void set_vertical_scroll_bar P_ ((struct window *)); | ||
| 1006 | 1007 | ||
| 1007 | extern int x_dispatch_event P_ ((XEvent *, Display *)); | 1008 | extern int x_dispatch_event P_ ((XEvent *, Display *)); |
| 1008 | 1009 | ||