emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.h


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Thu, 21 Aug 2003 15:54:49 -0400

Index: emacs/src/xterm.h
diff -c emacs/src/xterm.h:1.150 emacs/src/xterm.h:1.151
*** emacs/src/xterm.h:1.150     Wed Jul 30 20:51:34 2003
--- emacs/src/xterm.h   Thu Aug 21 15:54:47 2003
***************
*** 183,188 ****
--- 183,191 ----
    /* 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;
  
***************
*** 289,294 ****
--- 292,298 ----
    /* 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;
***************
*** 1029,1035 ****
  
  /* Defined in xsmfns.c */
  #ifdef HAVE_X_SM
! 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));
--- 1033,1039 ----
  
  /* Defined in xsmfns.c */
  #ifdef HAVE_X_SM
! extern void x_session_initialize P_ ((struct x_display_info *dpyinfo));
  extern int x_session_check_input P_ ((struct input_event *bufp,
                                        int *numchars));
  extern int x_session_have_connection P_ ((void));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]