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

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

[elpa] externals/exwm b11ac2e: Fix a bug with zero floating border width


From: Chris Feng
Subject: [elpa] externals/exwm b11ac2e: Fix a bug with zero floating border width
Date: Mon, 26 Dec 2016 14:27:22 +0000 (UTC)

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

    Fix a bug with zero floating border width
    
    * exwm-manage.el (exwm-manage--manage-window): Avoid setting ColorMap
    mask when creating an X window if floating border is zero.
---
 exwm-manage.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/exwm-manage.el b/exwm-manage.el
index 52c324d..aab6199 100644
--- a/exwm-manage.el
+++ b/exwm-manage.el
@@ -249,7 +249,8 @@ corresponding buffer.")
                                                  xcb:CW:BorderPixel 0)
                                              xcb:CW:OverrideRedirect
                                              xcb:CW:EventMask
-                                             xcb:CW:Colormap)
+                                             (if exwm-floating--border-colormap
+                                                 xcb:CW:Colormap 0))
                          :background-pixmap xcb:BackPixmap:ParentRelative
                          :border-pixel exwm-floating--border-pixel
                          :override-redirect 1



reply via email to

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