Mon Jun 9 19:44:16 CEST 2008

(Kim)

--- 0.16.8.14 0.02 ---
PulseAudio sound - Avoid lockup/crash if server is not present or dies.
Fix ripples/waves on xorg 1.4 when compositing is active.
Fix segv when main imageclass in tooltip is missing.
Simplify shape functions.
No need to fetch shape rects in EWindowGetShapePixmap().
Fix pixmap leak in iconbox snapshots when compositing is active.
Disable broken set area window match operation.
Enable fading/shadow when desired (in stead of disabling when not).
Enable not using ARGB frame for ARGB clients (selected by window match).


SVN revision: 34782
This commit is contained in:
Kim Woelders 2008-06-09 17:44:58 +00:00
parent 22935b9a2d
commit 94713403fd
2 changed files with 18 additions and 1 deletions

View File

@ -4751,3 +4751,20 @@ Idler/Animator cleanups.
Remove/comment out unused stuff.
Simplify timers.
-------------------------------------------------------------------------------
Mon Jun 9 19:44:16 CEST 2008
(Kim)
--- 0.16.8.14 0.02 ---
PulseAudio sound - Avoid lockup/crash if server is not present or dies.
Fix ripples/waves on xorg 1.4 when compositing is active.
Fix segv when main imageclass in tooltip is missing.
Simplify shape functions.
No need to fetch shape rects in EWindowGetShapePixmap().
Fix pixmap leak in iconbox snapshots when compositing is active.
Disable broken set area window match operation.
Enable fading/shadow when desired (in stead of disabling when not).
Enable not using ARGB frame for ARGB clients (selected by window match).

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.16.8.14])
m4_define([pkg_revision], [0.01])
m4_define([pkg_revision], [0.02])
m4_define([pkg_ver_rev], m4_ifdef([pkg_revision], [pkg_version-pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], [pkg_revision], [1]))