summaryrefslogtreecommitdiff
path: root/gdk/gdkdraw.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-15 20:33:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-15 20:33:47 +0000
commitd585120eebcbb32a36cc6e246c532cc5373e167b (patch)
tree634f65cccc5c90b08ff3cae03d351742a00cb274 /gdk/gdkdraw.c
parent4ddd69e7d108d5f612f225f2d3589b76ee08a3e5 (diff)
downloadgtk+-d585120eebcbb32a36cc6e246c532cc5373e167b.tar.gz
Diffstat (limited to 'gdk/gdkdraw.c')
-rw-r--r--gdk/gdkdraw.c6
1 files changed, 3 insertions, 3 deletions
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,