Do away with `exwm-input--input-mode'

* exwm-input.el (exwm-input--update-mode-line): Remove.
(exwm-input--on-ButtonPress, exwm-input--on-KeyPress)
(exwm-input--update-mode-line, exwm-input-toggle-keyboard): Use
`exwm--input-mode' variable directly.
This commit is contained in:
Adrián Medraño Calvo 2018-10-21 12:00:00 +00:00
parent 01b0b54c04
commit dba1ed94c2
2 changed files with 5 additions and 13 deletions

View file

@ -45,7 +45,6 @@
(defvar exwm-layout--timer nil "Timer used to track echo area changes.")
(defvar exwm-workspace--current)
(declare-function exwm-input--current-input-mode "exwm-input.el")
(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")
@ -200,7 +199,7 @@
(make-instance 'xcb:ewmh:set-_NET_WM_STATE :window exwm--id :data []))
(xcb:flush exwm--connection)
(set-window-dedicated-p (get-buffer-window) nil)
(when (eq 'line-mode (exwm-input--current-input-mode))
(when (eq 'line-mode exwm--input-mode)
(exwm-input--grab-keyboard exwm--id))))
;;;###autoload