diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-07-07 14:51:38 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-07-07 17:10:49 +0200 |
commit | 2678a454e5447ba28cf1aa7c316a1e73b7b30018 (patch) | |
tree | 273a82d8c67e4be06b55b455c04b45dbafe9c19c /NEWS | |
parent | 5f12fe2b3b89dc3b1c7ef391ff491aa70802049b (diff) | |
download | gtk+-2678a454e5447ba28cf1aa7c316a1e73b7b30018.tar.gz |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 ============================================== |