diff options
author | cinamod <cinamod> | 2003-09-16 13:36:20 +0000 |
---|---|---|
committer | cinamod <cinamod> | 2003-09-16 13:36:20 +0000 |
commit | db2ba3d0e0c333fe6f512b0edc2bc097a6d17e2f (patch) | |
tree | 582be6c1179328dde2e940032c77acdb26bb9ca6 /modules/engines/ms-windows/xp_theme.c | |
parent | 543b020fdcd9bf31b7501d24c24d38b3be41fe85 (diff) | |
download | gtk+-db2ba3d0e0c333fe6f512b0edc2bc097a6d17e2f.tar.gz |
ignore clip rect for now
Diffstat (limited to 'modules/engines/ms-windows/xp_theme.c')
-rwxr-xr-x | modules/engines/ms-windows/xp_theme.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/engines/ms-windows/xp_theme.c b/modules/engines/ms-windows/xp_theme.c index b43b2bd8cd..cd782b9cf4 100755 --- a/modules/engines/ms-windows/xp_theme.c +++ b/modules/engines/ms-windows/xp_theme.c @@ -608,6 +608,7 @@ xp_theme_draw(GdkWindow *win, XpThemeElement element, GtkStyle *style, rect.right = rect.left + width; rect.bottom = rect.top + height; +#if 0 if (area) { clip.left = area->x - xoff; @@ -618,6 +619,7 @@ xp_theme_draw(GdkWindow *win, XpThemeElement element, GtkStyle *style, pClip = &clip; } else +#endif { pClip = NULL; } |