aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index c095259b7e0..898f86c3119 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -147,6 +147,9 @@ extern Atom Xatom_wm_delete_window;
147extern Atom Xatom_wm_configure_denied; /* When our config request is denied */ 147extern Atom Xatom_wm_configure_denied; /* When our config request is denied */
148extern Atom Xatom_wm_window_moved; /* When the WM moves us. */ 148extern Atom Xatom_wm_window_moved; /* When the WM moves us. */
149 149
150/* EditRes protocol */
151extern Atom Xatom_editres_name;
152
150#else /* X10 */ 153#else /* X10 */
151 154
152/* Default size of an Emacs window. */ 155/* Default size of an Emacs window. */
@@ -4066,6 +4069,7 @@ Optional second arg XRM_STRING is a string of resources in xrdb format.")
4066 "WM_CONFIGURE_DENIED", False); 4069 "WM_CONFIGURE_DENIED", False);
4067 Xatom_wm_window_moved = XInternAtom (x_current_display, "WM_MOVED", 4070 Xatom_wm_window_moved = XInternAtom (x_current_display, "WM_MOVED",
4068 False); 4071 False);
4072 Xatom_editres_name = XInternAtom (x_current_display, "Editres", False);
4069 UNBLOCK_INPUT; 4073 UNBLOCK_INPUT;
4070#else /* not HAVE_X11 */ 4074#else /* not HAVE_X11 */
4071 XFASTINT (Vwindow_system_version) = 10; 4075 XFASTINT (Vwindow_system_version) = 10;