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)
This commit is contained in:
Matthias Clasen
2004-04-29 05:14:52 +00:00
committed by Matthias Clasen
parent 65c0f1460a
commit 08580edf16
6 changed files with 28 additions and 2 deletions

View File

@ -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.