offset area being gotten from pixmap by the align/padding offsets, so we

2002-02-05  Havoc Pennington  <hp@redhat.com>

	* gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
	pixmap by the align/padding offsets, so we don't get warnings
	in gdk_pixbuf_get_from_drawable (and so it works, of course)
This commit is contained in:
Havoc Pennington
2002-02-05 23:07:07 +00:00
committed by Havoc Pennington
parent 6370cf3b8e
commit d18c9de808
8 changed files with 43 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-02-05 Havoc Pennington <hp@redhat.com>
* gtk/gtkimage.c (gtk_image_expose): offset area being gotten from
pixmap by the align/padding offsets, so we don't get warnings
in gdk_pixbuf_get_from_drawable (and so it works, of course)
2002-02-05 Matthias Clasen <matthiasc@poet.de>
* gtk/gtkrc.c (gtk_rc_parse_file): Remove a (now) misleading comment.