After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 398023 - pass some more clip rectangles around
pass some more clip rectangles around
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-01-18 14:50 UTC by Michael Natterer
Modified: 2007-01-18 17:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Said patch (6.50 KB, patch)
2007-01-18 14:51 UTC, Michael Natterer
committed Details | Review

Description Michael Natterer 2007-01-18 14:50:29 UTC
Attached modified patch from maemo-gtk passes some more
clip rectangles to gtk_paint_foo() functions.
Comment 1 Michael Natterer 2007-01-18 14:51:00 UTC
Created attachment 80603 [details] [review]
Said patch
Comment 2 Tim Janik 2007-01-18 14:54:18 UTC
the patch looks good to me and should probably go in.
Comment 3 Matthias Clasen 2007-01-18 17:28:17 UTC
looks fine to me too.
Comment 4 Michael Natterer 2007-01-18 17:32:22 UTC
Applied to trunk:

2007-01-18  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkcheckbutton.c
	* gtk/gtkdnd.c
	* gtk/gtkentry.c
	* gtk/gtkmenu.c
	* gtk/gtktreeview.c
	* gtk/gtkviewport.c: pass more clip rectangles to gtk_paint_foo()
	functions. Based on a patch from maemo-gtk (bug #398023).