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-manage.el | |
parent | c22f35620f0db3e86f4b0678a29dc3eee48df4d9 (diff) | |
parent | b51f3e65f15385da70b659ef093230913429572b (diff) |
Merge branch 'medranocalvo/dynamic-workspaces' into externals/exwm
Diffstat (limited to 'exwm-manage.el')
-rw-r--r-- | exwm-manage.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/exwm-manage.el b/exwm-manage.el index 18a6795f8a1e..7a3a18b88e62 100644 --- a/exwm-manage.el +++ b/exwm-manage.el @@ -89,7 +89,12 @@ corresponding buffer.") (declare-function exwm--update-struts "exwm.el" (id)) (declare-function exwm-floating--set-floating "exwm-floating.el" (id)) (declare-function exwm-floating--unset-floating "exwm-floating.el" (id)) +(declare-function exwm-input-grab-keyboard "exwm-input.el") +(declare-function exwm-workspace--current-height "exwm-workspace.el") +(declare-function exwm-workspace--current-width "exwm-workspace.el") (declare-function exwm-workspace--set-desktop "exwm-workspace.el" (id)) +(declare-function exwm-workspace-move-window "exwm-workspace.el" + (frame-or-index &optional id)) (defun exwm-manage--manage-window (id) "Manage window ID." @@ -510,7 +515,7 @@ border-width: %d; sibling: #x%x; stack-mode: %d" (< (abs width-delta) exwm-manage--width-delta-min)) (if (= 0 (logand value-mask - xcb:ConfigWindow:Height)) + xcb:ConfigWindow:Height)) t (< (abs height-delta) exwm-manage--height-delta-min)))))))) |