ignore clip rect for now

This commit is contained in:
cinamod 2003-09-16 13:36:20 +00:00
parent 543b020fdc
commit db2ba3d0e0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-09-16 Dom Lachowicz <cinamod@hotmail.com>
* src/xp_theme.c: Ignore cliprect for now
2003-09-15 Raymond Penners <raymond@dotsphinx.com> 2003-09-15 Raymond Penners <raymond@dotsphinx.com>
* === Released 0.4.1 === * === Released 0.4.1 ===

View File

@ -608,6 +608,7 @@ xp_theme_draw(GdkWindow *win, XpThemeElement element, GtkStyle *style,
rect.right = rect.left + width; rect.right = rect.left + width;
rect.bottom = rect.top + height; rect.bottom = rect.top + height;
#if 0
if (area) if (area)
{ {
clip.left = area->x - xoff; clip.left = area->x - xoff;
@ -618,6 +619,7 @@ xp_theme_draw(GdkWindow *win, XpThemeElement element, GtkStyle *style,
pClip = &clip; pClip = &clip;
} }
else else
#endif
{ {
pClip = NULL; pClip = NULL;
} }