[Xfce4-commits] [xfce/gtk-xfce-engine] 08/10: More consisten extension rendering

noreply at xfce.org noreply at xfce.org
Fri Feb 6 22:15:18 CET 2015


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

peter pushed a commit to branch peter/gtk2
in repository xfce/gtk-xfce-engine.

commit e87463265241d35bf4792ae8f8e772546658c418
Author: Peter de Ridder <peter at xfce.org>
Date:   Thu Apr 26 21:16:01 2012 +0200

    More consisten extension rendering
---
 src/xfce_theme_draw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfce_theme_draw.c b/src/xfce_theme_draw.c
index 89f8d90..6181356 100644
--- a/src/xfce_theme_draw.c
+++ b/src/xfce_theme_draw.c
@@ -1479,7 +1479,7 @@ static void draw_extension(GtkStyle * style, GdkWindow * window, GtkStateType st
     CHECK_ARGS;
     SANITIZE_SIZE;
 
-    gtk_style_apply_default_background(style, window, widget && !GTK_WIDGET_NO_WINDOW(widget), GTK_STATE_NORMAL, area, x, y, width, height);
+    gtk_style_apply_default_background(style, window, widget && !GTK_WIDGET_NO_WINDOW(widget), state_type, area, x, y, width, height);
 
     if (XFCE_RC_STYLE(style->rc_style)->smooth_edge)
     {

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


More information about the Xfce4-commits mailing list