ignore clip rect for now
This commit is contained in:
parent
543b020fdc
commit
db2ba3d0e0
@ -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 ===
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user