Hi, I can confirm this issue it's seem no border window shadow isn't drawing correctly in latest git, perhaps only on AiGLX. I made a little patch to fix it.
Will, it's included in lastest git packages. gandalfn Le mardi 05 décembre 2006 à 15:54 -0500, Will Farrington a écrit : > In the latest git compilation by gandalfn for his repositories, I > receive an odd error regarding non-window items; but only under > gtk-window-decorator. > > > All non-window items (including panels, drop-down menus, etc.) have > about a 10pixel "system color" stroke effect in place of the drop > shadow, or what have you. > > > This is experienced currently under Feisty Fawn testing, afaik. Latest > kernel, et al. > > _______________________________________________ > compiz mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/compiz > � >
From ea52555b7a1c6f86d244650b6e74b0311f34822e Mon Sep 17 00:00:00 2001
From: Nicolas Bruguier <[EMAIL PROTECTED]>
Date: Fri, 8 Dec 2006 21:08:07 +0100
Subject: [PATCH] Fix no border shadow
---
gtk/window-decorator/gtk-window-decorator.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gtk/window-decorator/gtk-window-decorator.c b/gtk/window-decorator/gtk-window-decorator.c
index d22467b..45ba31e 100644
--- a/gtk/window-decorator/gtk-window-decorator.c
+++ b/gtk/window-decorator/gtk-window-decorator.c
@@ -4899,10 +4899,10 @@ update_shadow (void)
no_border_shadow = decor_create_shadow (xdisplay,
gdk_x11_screen_get_xscreen (screen),
1, 1,
- 0,
- 0,
- 0,
- 0,
+ 1,
+ 1,
+ 1,
+ 1,
0, 0, 0, 0,
&opt,
&shadow_context,
--
1.4.1
signature.asc
Description: Ceci est une partie de message numériquement signée
_______________________________________________ compiz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/compiz
