Make clipmasks work for pixbuf rendering

This is more important in the client side windows world, as clip masks
may be used for clipping to non-native subwindows. This fixes a bug
in aisleriot where it uses masked pixbuf drawing and it ends up drawing
over the moving card subwindow.
This commit is contained in:
Alexander Larsson
2009-07-07 14:51:38 +02:00
parent 5f12fe2b3b
commit 2678a454e5
3 changed files with 24 additions and 5 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of Changes from GTK+ 2.17.3 to 2.17.4
==============================================
* Support for clipmasks in gdk_draw_pixbuf now works, this will
introduce visual changes in code that uses clipmasks when drawing
pixbufs. However, since this never worked that is unlikely to happen.
Old code using gdk_pixbuf_render_threshold_alpha masks when rendering
pixbufs will now produce truncated results at the edges.
Overview of Changes from GTK+ 2.17.2 to 2.17.3
==============================================