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

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

[elpa] externals/exwm 65d371d 2/2: Fetch necessary properties before che


From: Chris Feng
Subject: [elpa] externals/exwm 65d371d 2/2: Fetch necessary properties before checking per-app configurations
Date: Fri, 1 Feb 2019 09:17:48 -0500 (EST)

branch: externals/exwm
commit 65d371d55f22109a6ab886df4c7dfcdb4b893e6c
Author: Chris Feng <address@hidden>
Commit: Chris Feng <address@hidden>

    Fetch necessary properties before checking per-app configurations
    
    * exwm-manage.el (exwm-manage--manage-window): Fetch X window title &
    protocols so they can be available when checking per-application
    configurations.
---
 exwm-manage.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exwm-manage.el b/exwm-manage.el
index 20546bd..759ec0b 100644
--- a/exwm-manage.el
+++ b/exwm-manage.el
@@ -217,6 +217,8 @@ You can still make the X windows floating afterwards."
       (exwm--update-hints id)
       (exwm-manage--update-geometry id)
       (exwm-manage--update-mwm-hints id)
+      (exwm--update-title id)
+      (exwm--update-protocols id)
       (setq exwm--configurations (exwm-manage--get-configurations))
       ;; OverrideRedirect is not checked here.
       (when (and
@@ -311,8 +313,6 @@ You can still make the X windows floating afterwards."
                            :button button :modifiers xcb:ModMask:Any)))
       (exwm-manage--set-client-list)
       (xcb:flush exwm--connection)
-      (exwm--update-title id)
-      (exwm--update-protocols id)
       (if (plist-member exwm--configurations 'floating)
           ;; User has specified whether it should be floating.
           (if (plist-get exwm--configurations 'floating)



reply via email to

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