diff options
Diffstat (limited to 'src/xterm.h')
-rw-r--r-- | src/xterm.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xterm.h b/src/xterm.h index 05caedcb9f1..e2db932a0be 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -327,9 +327,6 @@ struct x_display_info /* Atom used in toolkit scroll bar client messages. */ Atom Xatom_Scrollbar; -#ifdef MULTI_KBOARD - struct kboard *kboard; -#endif int cut_buffers_initialized; /* Whether we're sure they all exist */ /* The frame (if any) which has the X window that has keyboard focus. @@ -389,6 +386,9 @@ struct x_display_info X_WMTYPE_A, X_WMTYPE_B } wm_type; + + /* The generic display parameters corresponding to this X display. */ + struct device *device; }; #ifdef HAVE_X_I18N @@ -1087,6 +1087,7 @@ extern void widget_store_internal_border P_ ((Widget)); extern void x_session_initialize P_ ((struct x_display_info *dpyinfo)); extern int x_session_check_input P_ ((struct input_event *bufp)); extern int x_session_have_connection P_ ((void)); +extern void x_session_close P_ ((void)); #endif #define FONT_TYPE_FOR_UNIBYTE(font, ch) 0 |