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,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h,v
Date: Mon, 08 Jan 2007 17:56:42 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        07/01/08 17:56:42

Index: xterm.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.h,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -b -r1.188 -r1.189
--- xterm.h     10 Nov 2006 07:55:13 -0000      1.188
+++ xterm.h     8 Jan 2007 17:56:42 -0000       1.189
@@ -396,7 +396,10 @@
   size_t x_dnd_atoms_size;
   size_t x_dnd_atoms_length;
 
-  int have_net_atoms;
+  /* Extended window manager hints, Atoms supported by the window manager  */
+  Atom *net_supported_atoms;
+  int nr_net_supported_atoms;
+  Window net_supported_window;
 };
 
 #ifdef HAVE_X_I18N




reply via email to

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