diff options
Diffstat (limited to 'exwm-manage.el')
-rw-r--r-- | exwm-manage.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/exwm-manage.el b/exwm-manage.el index d83fc447d632..ae707f73ee5b 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) |