diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-03-06T05·45+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-03-06T05·45+0800 |
commit | 6fe6fe52f619bc2e4648cebf137266363f0e19d4 (patch) | |
tree | 4344d91977205c69f7f594e99ed6a26ac41ca25f /exwm.el | |
parent | 8706e490fb07617145a32ba9eaffd4ee37f67d87 (diff) |
Untabify
Diffstat (limited to 'exwm.el')
-rw-r--r-- | exwm.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exwm.el b/exwm.el index 39eb35004db8..e60b341bc3a5 100644 --- a/exwm.el +++ b/exwm.el @@ -326,14 +326,14 @@ (= action xcb:ewmh:_NET_WM_STATE_ADD)) (dolist (f exwm-workspace--list) (when (equal (frame-parameter f 'exwm-outer-id) id) - (exwm-layout--set-frame-fullscreen f) - (xcb:+request + (exwm-layout--set-frame-fullscreen f) + (xcb:+request exwm--connection (make-instance 'xcb:ewmh:set-_NET_WM_STATE :window id :data (vector xcb:Atom:_NET_WM_STATE_FULLSCREEN))) - (xcb:flush exwm--connection)))) + (xcb:flush exwm--connection)))) (when buffer ;ensure it's managed (with-current-buffer buffer ;; _NET_WM_STATE_MODAL |