summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-04-29 05:14:52 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-29 05:14:52 +0000
commit08580edf1687bcbb5715166846d671c709d42ff7 (patch)
tree03bafaba4a7644300573645c54ae8f384a596402 /ChangeLog.pre-2-4
parent65c0f1460add9fe2ce2eb7f1084dae6499b354b0 (diff)
downloadgdk-pixbuf-08580edf1687bcbb5715166846d671c709d42ff7.tar.gz
Use depth - 1 to index the cached gcs, not depth. (#139494)
Thu Apr 29 01:09:50 2004 Matthias Clasen <maclas@gmx.de> * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1 to index the cached gcs, not depth. (#139494)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-45
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 4e7777c71..bc358b388 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+Thu Apr 29 01:09:50 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1
+ to index the cached gcs, not depth. (#139494)
+
2004-04-28 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.