forked from AuroraMiddleware/gtk
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>
|
||||
|
||||
* === Released 0.4.1 ===
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user