summaryrefslogtreecommitdiff
path: root/gdk/gdkdraw.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-12-13 22:45:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-12-13 22:45:25 +0000
commite0fe66ee83ee8fe0b99e20fc12b344497f9d95d4 (patch)
tree112f100a4cb2faf2cf1dcdd58894a3ae9c4b3212 /gdk/gdkdraw.c
parentf83b5f37c939f4296df0955361dfcf72cdaee0ae (diff)
downloadgdk-pixbuf-e0fe66ee83ee8fe0b99e20fc12b344497f9d95d4.tar.gz
Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau)
Sat Dec 13 23:37:50 2003 Matthias Clasen <maclas@gmx.de> * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau)
Diffstat (limited to 'gdk/gdkdraw.c')
-rw-r--r--gdk/gdkdraw.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c
index 1abb3e9b3..97905bf56 100644
--- a/gdk/gdkdraw.c
+++ b/gdk/gdkdraw.c
@@ -746,6 +746,9 @@ gdk_draw_image (GdkDrawable *drawable,
* On older X servers, rendering pixbufs with an alpha channel involves round
* trips to the X server, and may be somewhat slow.
*
+ * The clip mask of @gc is ignored, but clip rectangles and clip regions work
+ * fine.
+ *
* Since: 2.2
**/
void