about summary refs log tree commit diff
path: root/exwm-layout.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2018-05-20T08·14+0800
committerChris Feng <chris.w.feng@gmail.com>2018-05-20T08·14+0800
commitdf8de921132520cccf4236906bcd37aec83fa0ce (patch)
tree969c4d4af806e00317df7783de0b43e42e0eff7b /exwm-layout.el
parent0037cba87b1ceefc3a65fa3c458aa685689e7e27 (diff)
Provide a fallback value for X window geometry
* exwm-manage.el (exwm-manage--update-geometry): Ditto.
Diffstat (limited to 'exwm-layout.el')
-rw-r--r--exwm-layout.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-layout.el b/exwm-layout.el
index 5b7fe999a1..b5685f417e 100644
--- a/exwm-layout.el
+++ b/exwm-layout.el
@@ -45,9 +45,9 @@
 (defvar exwm-layout--timer nil "Timer used to track echo area changes.")
 
 (defvar exwm-workspace--current)
+(declare-function exwm-input--release-keyboard "exwm-input.el")
+(declare-function exwm-input--grab-keyboard "exwm-input.el")
 (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")