diff options
author | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2016-07-17T12·00+0000 |
---|---|---|
committer | Adrián Medraño Calvo <adrian@medranocalvo.com> | 2016-07-17T12·00+0000 |
commit | 983fd468dc8acb910e25178379750dec3300d35a (patch) | |
tree | 0882a675b7573fe9c391b92c76b9bbaac023a0e4 /exwm-input.el | |
parent | 18fc95def2bc6a7c920967ada698d965c07cfd3d (diff) |
Add missing declarations
* exwm-systemtray.el : * exwm-manage.el : * exwm-layout.el : * exwm-input.el : * exwm-floating.el : * exwm-core.el : Add missing function declarations.
Diffstat (limited to 'exwm-input.el')
-rw-r--r-- | exwm-input.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exwm-input.el b/exwm-input.el index 6f18fbf1328a..67e9a7439a52 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -102,6 +102,9 @@ It's updated in several occasions, and only used by `exwm-input--set-focus'.") (declare-function exwm-layout--iconic-state-p "exwm-layout.el" (&optional id)) (declare-function exwm-layout--set-state "exwm-layout.el" (id state)) +(declare-function exwm-workspace--minibuffer-own-frame-p "exwm-workspace.el") +(declare-function exwm-workspace-switch "exwm-workspace.el" + (index &optional force)) (defun exwm-input--update-focus () "Update input focus." |