[Xfce4-commits] [xfce/xfwm4] 03/05: Allow shadow under dock ARGB windows

noreply at xfce.org noreply at xfce.org
Mon Jan 5 22:13:22 CET 2015


This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch master
in repository xfce/xfwm4.

commit a7d3425327d0c754da0cb075f7e7c70460a1e0f5
Author: Olivier Fourdan <ofourdan at redhat.com>
Date:   Mon Jan 5 21:19:04 2015 +0100

    Allow shadow under dock ARGB windows
    
    The compositor will not add shadows for ARGB windows,
    make an exception for dock windows since this is a user
    selectable option.
    
    Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
---
 src/compositor.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compositor.c b/src/compositor.c
index e73623c..a566dc8 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -969,7 +969,7 @@ win_extents (CWindow *cw)
               WIN_IS_DOCK(cw) &&
               !WIN_NO_SHADOW(cw) &&
               !WIN_IS_OVERRIDE(cw) &&
-              (!(WIN_IS_ARGB(cw) || WIN_IS_SHAPED(cw)))))
+              (!WIN_IS_SHAPED(cw))))
     {
         XRectangle sr;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list