Sat Jan 5 11:46:05 CET 2008

(Kim)

--- 0.16.8.11 0.05 ---
Center title vertically within border.
Fix more trouble during exit.
Fix potential segv with broken themes (invalid border cfg).
Simplify ImageclassApplySimple and ScaleRect.
Mark deskray stuff as such.
Remove black line at bottom of iconbox background image.
Fix shaped menu shape.
Simplify image/text class loading code.


SVN revision: 33350
This commit is contained in:
Kim Woelders 2008-01-05 10:46:53 +00:00
parent 9ae6988918
commit bdd3cedc50
2 changed files with 16 additions and 1 deletions

View File

@ -4612,3 +4612,18 @@ Fix more breakage around window movement.
Prevent attempts to resize to less than 1x1.
Handle h/v resize requests (_NET_WM_MOVERESIZE_SIZE_...) properly.
-------------------------------------------------------------------------------
Sat Jan 5 11:46:05 CET 2008
(Kim)
--- 0.16.8.11 0.05 ---
Center title vertically within border.
Fix more trouble during exit.
Fix potential segv with broken themes (invalid border cfg).
Simplify ImageclassApplySimple and ScaleRect.
Mark deskray stuff as such.
Remove black line at bottom of iconbox background image.
Fix shaped menu shape.
Simplify image/text class loading code.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [0.16.8.11])
m4_define([pkg_revision], [0.04])
m4_define([pkg_revision], [0.05])
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]))