From e0fe66ee83ee8fe0b99e20fc12b344497f9d95d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 13 Dec 2003 22:45:25 +0000 Subject: [PATCH] Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau) Sat Dec 13 23:37:50 2003 Matthias Clasen * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gdk/gdkdraw.c | 3 +++ 6 files changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4bb850dc1..ba8a0ec73b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 13 23:37:50 2003 Matthias Clasen + + * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask + of gc is ignored. (#101983, Sebastian Rittau) + Sat Dec 13 16:13:27 2003 Kristian Rietveld A trick for a faster treeview, step 1. Patch to short circuit diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c4bb850dc1..ba8a0ec73b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sat Dec 13 23:37:50 2003 Matthias Clasen + + * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask + of gc is ignored. (#101983, Sebastian Rittau) + Sat Dec 13 16:13:27 2003 Kristian Rietveld A trick for a faster treeview, step 1. Patch to short circuit diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c4bb850dc1..ba8a0ec73b 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sat Dec 13 23:37:50 2003 Matthias Clasen + + * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask + of gc is ignored. (#101983, Sebastian Rittau) + Sat Dec 13 16:13:27 2003 Kristian Rietveld A trick for a faster treeview, step 1. Patch to short circuit diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c4bb850dc1..ba8a0ec73b 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sat Dec 13 23:37:50 2003 Matthias Clasen + + * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask + of gc is ignored. (#101983, Sebastian Rittau) + Sat Dec 13 16:13:27 2003 Kristian Rietveld A trick for a faster treeview, step 1. Patch to short circuit diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c4bb850dc1..ba8a0ec73b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sat Dec 13 23:37:50 2003 Matthias Clasen + + * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask + of gc is ignored. (#101983, Sebastian Rittau) + Sat Dec 13 16:13:27 2003 Kristian Rietveld A trick for a faster treeview, step 1. Patch to short circuit diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c index 1abb3e9b3e..97905bf566 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