diff src/xterm.h @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 2f877ed80fa6
line wrap: on
line diff
--- a/src/xterm.h	Thu Sep 04 04:00:49 2003 +0000
+++ b/src/xterm.h	Mon Sep 08 11:56:09 2003 +0000
@@ -183,9 +183,6 @@
   /* The root window of this screen.  */
   Window root_window;
 
-  /* Client leader window.  */
-  Window client_leader_window;
-
   /* The cursor to use for vertical scroll bars.  */
   Cursor vertical_scroll_bar_cursor;
 
@@ -292,7 +289,6 @@
   /* Other WM communication */
   Atom Xatom_wm_configure_denied; /* When our config request is denied */
   Atom Xatom_wm_window_moved;     /* When the WM moves us.  */
-  Atom Xatom_wm_client_leader;    /* Id of client leader window.  */
 
   /* EditRes protocol */
   Atom Xatom_editres;
@@ -360,11 +356,6 @@
      use this directly, call x_color_cells instead.  */
   XColor *color_cells;
   int ncolor_cells;
-
-  /* Bits and shifts to use to compose pixel values on Direct and TrueColor
-     visuals.  */
-  int red_bits, blue_bits, green_bits;
-  int red_offset, blue_offset, green_offset;
 };
 
 #ifdef HAVE_X_I18N
@@ -1038,7 +1029,7 @@
 
 /* Defined in xsmfns.c */
 #ifdef HAVE_X_SM
-extern void x_session_initialize P_ ((struct x_display_info *dpyinfo));
+extern void x_session_initialize P_ ((void));
 extern int x_session_check_input P_ ((struct input_event *bufp,
                                       int *numchars));
 extern int x_session_have_connection P_ ((void));
@@ -1062,6 +1053,3 @@
    (nr).y = (ry),					\
    (nr).width = (rwidth),				\
    (nr).height = (rheight))
-
-/* arch-tag: 78a7972a-b18f-4694-861a-0780c4b3090e
-   (do not change this comment) */