diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-12-13 22:45:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-12-13 22:45:25 +0000 |
commit | e0fe66ee83ee8fe0b99e20fc12b344497f9d95d4 (patch) | |
tree | 112f100a4cb2faf2cf1dcdd58894a3ae9c4b3212 /gdk/gdkdraw.c | |
parent | f83b5f37c939f4296df0955361dfcf72cdaee0ae (diff) | |
download | gdk-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.c | 3 |
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 |