diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-04-29 05:14:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-29 05:14:52 +0000 |
commit | 08580edf1687bcbb5715166846d671c709d42ff7 (patch) | |
tree | 03bafaba4a7644300573645c54ae8f384a596402 /ChangeLog.pre-2-4 | |
parent | 65c0f1460add9fe2ce2eb7f1084dae6499b354b0 (diff) | |
download | gtk+-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-4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 4e7777c71d..bc358b3888 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. |