From d585120eebcbb32a36cc6e246c532cc5373e167b Mon Sep 17 00:00:00 2001
From: Matthias Clasen <matthiasc@src.gnome.org>
Date: Fri, 15 Jul 2005 20:33:47 +0000
Subject: 2.7.3

---
 gdk/gdkdraw.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'gdk/gdkdraw.c')

diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c
index fd76de77ad..116b02965a 100644
--- a/gdk/gdkdraw.c
+++ b/gdk/gdkdraw.c
@@ -632,9 +632,9 @@ gdk_draw_text_wc (GdkDrawable	 *drawable,
  * colormap, or errors will result. (On X11, failure to match
  * visual/colormap results in a BadMatch error from the X server.)
  * A common cause of this problem is an attempt to draw a bitmap to
- * a color drawable. The way to draw a bitmap is to set the
- * bitmap as a clip mask on your #GdkGC, then use gdk_draw_rectangle()
- * to draw a rectangle clipped to the bitmap.
+ * a color drawable. The way to draw a bitmap is to set the bitmap as 
+ * the stipple on the #GdkGC, set the fill mode to %GDK_STIPPLED, and 
+ * then draw the rectangle.
  **/
 void
 gdk_draw_drawable (GdkDrawable *drawable,
-- 
cgit v1.2.1