diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-07-19T03·01+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-07-19T03·01+0800 |
commit | b409d873b6d1372dd7ba01155f7a03fb8de6e053 (patch) | |
tree | 35fe2782e1c77ca7d5c1f5110d7dee920e143ba9 /exwm-floating.el | |
parent | c22f35620f0db3e86f4b0678a29dc3eee48df4d9 (diff) | |
parent | b51f3e65f15385da70b659ef093230913429572b (diff) |
Merge branch 'medranocalvo/dynamic-workspaces' into externals/exwm
Diffstat (limited to 'exwm-floating.el')
-rw-r--r-- | exwm-floating.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/exwm-floating.el b/exwm-floating.el index 20b3fc454e12..27a50169a1c7 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -67,14 +67,11 @@ xcb:Atom:_NET_WM_ACTION_CLOSE))))) (defvar exwm-workspace--current) -(defvar exwm-workspace--list) -(defvar exwm-workspace-current-index) -(defvar exwm-workspace--switch-history-outdated) -(defvar exwm-workspace--struts) (declare-function exwm-layout--refresh "exwm-layout.el" ()) (declare-function exwm-layout--show "exwm-layout.el" (id &optional window)) (declare-function exwm-layout--iconic-state-p "exwm-layout.el" (&optional id)) +(declare-function exwm-workspace--minibuffer-own-frame-p "exwm-workspace.el") (defun exwm-floating--set-floating (id) "Make window ID floating." |