X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Frotzoomer.c;h=acdb181ecd25e88a43a1ea0da73a298865980f46;hp=efc906a5a3d9eecb7d7d7d6db20f29ccf36463fb;hb=8eb2873d7054e705c4e83f22d18c40946a9e2529;hpb=a1d41b2aa6e18bf9a49b914a99dda8232c5d7762 diff --git a/hacks/rotzoomer.c b/hacks/rotzoomer.c index efc906a5..acdb181e 100644 --- a/hacks/rotzoomer.c +++ b/hacks/rotzoomer.c @@ -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;