emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 11cc84d 2/4: Minor input focus fix


From: Chris Feng
Subject: [elpa] externals/exwm 11cc84d 2/4: Minor input focus fix
Date: Wed, 28 Oct 2015 11:00:36 +0000

branch: externals/exwm
commit 11cc84d77e83b81fce8d3032df29d798546648e7
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    Minor input focus fix
    
    * exwm-input.el (exwm-input--on-buffer-list-update): Schedule input focus
      switch with idle timer.
---
 exwm-input.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exwm-input.el b/exwm-input.el
index 8a9d089..f54c630 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -99,7 +99,7 @@ It's updated in several occasions, and only used by 
`exwm-input--set-focus'.")
         (setq exwm-input--focus-window window)
         (when exwm-input--timer (cancel-timer exwm-input--timer))
         (setq exwm-input--timer
-              (run-with-timer 0.01 nil #'exwm-input--update-focus)))
+              (run-with-idle-timer 0.01 nil #'exwm-input--update-focus)))
       (setq exwm-input--redirected nil))))
 
 (defun exwm-input--on-focus-in ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]