SVN revision: 50419
This commit is contained in:
Kim Woelders 2010-07-21 21:20:49 +00:00
parent 866f15f9d5
commit a7c5b07f61
2 changed files with 17 additions and 2 deletions

View File

@ -5312,3 +5312,18 @@ Fix logic in ReZoom().
Add force parameter to EwinWarpTo().
Fix zooming when screen is rotated using randr (based on patch by Daniel Manjarres).
-------------------------------------------------------------------------------
Wed Jul 21 22:57:09 CEST 2010
--- 1.0.3 ---
Remove unneeded code with notnull.cocci script.
Fix warnings when using gcc 4.5.
Fix potential memory leak when window leaves fullscreen mode.
Fix trouble with move/resize operations started by _NET_WM_MOVERESIZE.
Simplify ZoomInit(), make static.
Eliminate GetZoomEWin() and InZoom().
Use "filler" border in stead of zoom masks when zooming.
Change functions to macros (when compiling without zoom).
Do xinerama extension test just like other extension tests.
Collect xinerama stuff.

View File

@ -1,5 +1,5 @@
m4_define([pkg_version], [1.0.2])
m4_define([pkg_revision], [002])
m4_define([pkg_version], [1.0.3])
dnl m4_define([pkg_revision], [002])
m4_define([pkg_version], m4_ifdef([pkg_revision], [pkg_version.pkg_revision], [pkg_version]))
m4_define([rpm_revision], m4_ifdef([pkg_revision], ["0.%(date '+%y%m%d')"], [1]))