/[emacs]/emacs/src/xterm.h
ViewVC logotype

Diff of /emacs/src/xterm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.150 by handa, Thu Jul 31 00:51:34 2003 UTC revision 1.151 by jhd, Thu Aug 21 19:54:47 2003 UTC
# Line 183  struct x_display_info Line 183  struct x_display_info
183    /* The root window of this screen.  */    /* The root window of this screen.  */
184    Window root_window;    Window root_window;
185    
186      /* Client leader window.  */
187      Window client_leader_window;
188    
189    /* The cursor to use for vertical scroll bars.  */    /* The cursor to use for vertical scroll bars.  */
190    Cursor vertical_scroll_bar_cursor;    Cursor vertical_scroll_bar_cursor;
191    
# Line 289  struct x_display_info Line 292  struct x_display_info
292    /* Other WM communication */    /* Other WM communication */
293    Atom Xatom_wm_configure_denied; /* When our config request is denied */    Atom Xatom_wm_configure_denied; /* When our config request is denied */
294    Atom Xatom_wm_window_moved;     /* When the WM moves us.  */    Atom Xatom_wm_window_moved;     /* When the WM moves us.  */
295      Atom Xatom_wm_client_leader;    /* Id of client leader window.  */
296    
297    /* EditRes protocol */    /* EditRes protocol */
298    Atom Xatom_editres;    Atom Xatom_editres;
# Line 1029  extern void widget_store_internal_border Line 1033  extern void widget_store_internal_border
1033    
1034  /* Defined in xsmfns.c */  /* Defined in xsmfns.c */
1035  #ifdef HAVE_X_SM  #ifdef HAVE_X_SM
1036  extern void x_session_initialize P_ ((void));  extern void x_session_initialize P_ ((struct x_display_info *dpyinfo));
1037  extern int x_session_check_input P_ ((struct input_event *bufp,  extern int x_session_check_input P_ ((struct input_event *bufp,
1038                                        int *numchars));                                        int *numchars));
1039  extern int x_session_have_connection P_ ((void));  extern int x_session_have_connection P_ ((void));

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26