MS-Windows Theme top tabs rendered upside down for non-XP theme (#435053,

2007-05-02  Dom Lachowicz <domlachowicz@gmail.com>

        * modules/engines/ms-windows/msw_style.c: MS-Windows Theme top 
tabs
        rendered upside down for non-XP theme (#435053, Daniel Atallah)


svn path=/trunk/; revision=17773
This commit is contained in:
Dom Lachowicz 2007-05-02 15:07:34 +00:00 committed by Dom Lachowicz
parent 0e099fb6bd
commit 96fbfe49d8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-05-02 Dom Lachowicz <domlachowicz@gmail.com>
* modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs
rendered upside down for non-XP theme (#435053, Daniel Atallah)
Wed May 2 11:35:45 2007 Tim Janik <timj@imendio.com>
* docs/faq/gtkfaq.sgml: removed, since this file is long outdated

View File

@ -2611,7 +2611,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,