summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2000-11-01 16:34:23 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-01 16:34:23 +0000
commitfcaa719b7d563047245fc3d7f57ad5b714ddd9a4 (patch)
tree7c258b0f338a8c43e0cad95d1278faf9df7384ab /ChangeLog.pre-2-0
parent15767742768d7d4a294cfba12dc9cad5cd302e36 (diff)
downloadgtk+-fcaa719b7d563047245fc3d7f57ad5b714ddd9a4.tar.gz
Clip the rectangle to be rendered to the drawable, since
2000-11-01 Havoc Pennington <hp@redhat.com> * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): Clip the rectangle to be rendered to the drawable, since get_from_drawable() requires a region within the drawable
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-06
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 433258998f..9ae227850d 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,5 +1,11 @@
2000-11-01 Havoc Pennington <hp@redhat.com>
+ * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
+ Clip the rectangle to be rendered to the drawable, since
+ get_from_drawable() requires a region within the drawable
+
+2000-11-01 Havoc Pennington <hp@redhat.com>
+
* gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
from coordinates.