http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / rotzoomer.c
index efc906a5a3d9eecb7d7d7d6db20f29ccf36463fb..acdb181ecd25e88a43a1ea0da73a298865980f46 100644 (file)
@@ -311,9 +311,9 @@ static void setup_X (Display * disp, Window win)
        visual = xwa.visual;
 
        if (width % 2)
-               width++;
+               width--;
        if (height % 2)
-               height++;
+               height--;
 
        gcv.function = GXcopy;
        gcv.subwindow_mode = IncludeInferiors;