diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2018-03-08T17·06+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2018-03-08T17·06+0800 |
commit | 2f430db735f33abb4fc009fc6ec8c12f74f57dba (patch) | |
tree | 9f147150649943df040d42b0c0da44e849827f59 /exwm-manage.el | |
parent | 7aae6efdcd5d64c528315d08e49cdef2e956b540 (diff) |
Minor fixes
Diffstat (limited to 'exwm-manage.el')
-rw-r--r-- | exwm-manage.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/exwm-manage.el b/exwm-manage.el index cb2bf28b173d..3e47f749c909 100644 --- a/exwm-manage.el +++ b/exwm-manage.el @@ -111,14 +111,10 @@ You can still make the X windows floating afterwards." (declare-function exwm-input-set-local-simulation-keys "exwm-input.el") (declare-function exwm-layout--fullscreen-p "exwm-layout.el" ()) (declare-function exwm-layout--iconic-state-p "exwm-layout.el" (&optional id)) -(declare-function exwm-workspace--count "exwm-workspace.el" ()) (declare-function exwm-workspace--position "exwm-workspace.el" (frame)) -(declare-function exwm-workspace--set-desktop "exwm-workspace.el" (id)) (declare-function exwm-workspace--set-fullscreen "exwm-workspace.el" (frame)) (declare-function exwm-workspace--update-struts "exwm-workspace.el" ()) (declare-function exwm-workspace--update-workareas "exwm-workspace.el" ()) -(declare-function exwm-workspace-move-window "exwm-workspace.el" - (frame-or-index &optional id)) (defun exwm-manage--update-geometry (id &optional force) "Update window geometry." |