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-layout.el | |
parent | 7aae6efdcd5d64c528315d08e49cdef2e956b540 (diff) |
Minor fixes
Diffstat (limited to 'exwm-layout.el')
-rw-r--r-- | exwm-layout.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exwm-layout.el b/exwm-layout.el index babd37410a28..19d14d1140c3 100644 --- a/exwm-layout.el +++ b/exwm-layout.el @@ -47,6 +47,7 @@ (defvar exwm-workspace--current) (declare-function exwm-input-grab-keyboard "exwm-input.el") (declare-function exwm-input-release-keyboard "exwm-input.el") +(declare-function exwm-reset "exwm.el" ()) (declare-function exwm-workspace--client-p "exwm-workspace.el" (&optional frame)) (declare-function exwm-workspace--minibuffer-own-frame-p "exwm-workspace.el") |