From f7bec7a97729848f201d474b2984c71a8a981466 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 28 Aug 2015 18:14:04 +0000 Subject: Minor fix --- exwm-manage.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exwm-manage.el') diff --git a/exwm-manage.el b/exwm-manage.el index e7134fe6712d..648b42b8fed5 100644 --- a/exwm-manage.el +++ b/exwm-manage.el @@ -83,7 +83,7 @@ corresponding buffer.") :event-mask xcb:EventMask:NoEvent)) ;; The window needs to be mapped (xcb:+request exwm--connection - (make-instance xcb:MapWindow :window id)) + (make-instance 'xcb:MapWindow :window id)) (with-slots (x y width height) exwm--geometry ;; Reparent to virtual root (essential) (xcb:+request exwm--connection @@ -323,7 +323,7 @@ corresponding buffer.") (with-slots (parent window) obj (if (/= exwm--root parent) (progn (xcb:+request exwm--connection - (make-instance xcb:MapWindow :window window)) + (make-instance 'xcb:MapWindow :window window)) (xcb:flush exwm--connection)) (exwm--log "MapRequest from #x%x" window) (exwm-manage--manage-window window))))) -- cgit 1.4.1