changeset 6940:5e194e2529e7

(Xatom_editres_name): Declared. (Fx_open_connection): Initialize it.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Apr 1994 23:44:33 +0000
parents fac59520e15f
children a914781ef58a
files src/xfns.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Sun Apr 17 23:36:08 1994 +0000
+++ b/src/xfns.c	Sun Apr 17 23:44:33 1994 +0000
@@ -147,6 +147,9 @@
 extern Atom Xatom_wm_configure_denied; /* When our config request is denied */
 extern Atom Xatom_wm_window_moved;     /* When the WM moves us. */
 
+/* EditRes protocol */
+extern Atom Xatom_editres_name;
+
 #else	/* X10 */
 
 /* Default size of an Emacs window.  */
@@ -4066,6 +4069,7 @@
 					    "WM_CONFIGURE_DENIED", False);
   Xatom_wm_window_moved =  XInternAtom (x_current_display, "WM_MOVED",
 					False);
+  Xatom_editres_name =  XInternAtom (x_current_display, "Editres", False);
   UNBLOCK_INPUT;
 #else /* not HAVE_X11 */
   XFASTINT (Vwindow_system_version) = 10;