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

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

[elpa] externals/exwm 4838f2b: Make input focus revert to pointer root


From: Chris Feng
Subject: [elpa] externals/exwm 4838f2b: Make input focus revert to pointer root
Date: Tue, 23 Feb 2016 11:07:14 +0000

branch: externals/exwm
commit 4838f2b7fa2a8f3bdd2a8b2f779039a1b397e12b
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    Make input focus revert to pointer root
    
    * exwm-input.el (exwm-input--set-focus): Input focus should not revert to
    parent (which was the Emacs frame) any more.
---
 exwm-input.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/exwm-input.el b/exwm-input.el
index 0a50bef..943dd7d 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -73,7 +73,8 @@ It's updated in several occasions, and only used by 
`exwm-input--set-focus'.")
         (exwm--log "Focus on #x%x with SetInputFocus" id)
         (xcb:+request exwm--connection
             (make-instance 'xcb:SetInputFocus
-                           :revert-to xcb:InputFocus:Parent :focus id
+                           :revert-to xcb:InputFocus:PointerRoot
+                           :focus id
                            :time xcb:Time:CurrentTime)))
       (xcb:flush exwm--connection))))
 



reply via email to

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