about summary refs log tree commit diff
path: root/exwm-manage.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm-manage.el')
-rw-r--r--exwm-manage.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/exwm-manage.el b/exwm-manage.el
index d83fc447d6..ae707f73ee 100644
--- a/exwm-manage.el
+++ b/exwm-manage.el
@@ -124,8 +124,9 @@ corresponding buffer.")
             (xcb:+request exwm--connection
                 (make-instance 'xcb:ConfigureWindow
                                :window id
-                               :value-mask (logior xcb:ConfigWindow:X
-                                                   xcb:ConfigWindow:Y)
+                               :value-mask (eval-when-compile
+                                             (logior xcb:ConfigWindow:X
+                                                     xcb:ConfigWindow:Y))
                                :x (/ (- (frame-pixel-width
                                          exwm-workspace--current)
                                         width)