Render non-XP tabs correctly on Win32

svn path=/branches/gtk-2-10/; revision=17809
This commit is contained in:
Cody Russell
2007-05-09 16:16:09 +00:00
parent 1c7612732f
commit e098ab04f9
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2007-05-09 Cody Russell <bratsche@gnome.org>
Merge from trunk:
* modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs
rendered upside down for non-XP theme (#435053, Daniel Atallah)
2007-05-09 Loïc Minier <lool@dooz.org>
* gdk/directfb/Makefile.am:

View File

@@ -2669,7 +2669,7 @@ draw_extension (GtkStyle *style,
if (!draw_tab_button (style, window, state_type,
shadow_type, area, widget,
detail,
x, y, width, height, gap_side))
x, y, width, height, real_gap_side))
{
parent_class->draw_extension (style, window, state_type,
shadow_type, area, widget, detail,