]> git.eshelyaron.com Git - emacs.git/commitdiff
(Xatom_editres_name): Declared.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 1994 23:44:33 +0000 (23:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 1994 23:44:33 +0000 (23:44 +0000)
(Fx_open_connection): Initialize it.

src/xfns.c

index c095259b7e07b40ea55cabb5b0a68ca0177f420f..898f86c3119f781efdab95375bb69523d20bc9a0 100644 (file)
@@ -147,6 +147,9 @@ extern Atom Xatom_wm_delete_window;
 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 @@ Optional second arg XRM_STRING is a string of resources in xrdb format.")
                                            "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;