X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fblitspin.c;h=2be03cd1fb6076d7b4512728fdd39c08cc1e36a6;hp=b0feffead4d7a136b9d2a61dfe5f6a26de9df97a;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/blitspin.c b/hacks/blitspin.c index b0feffea..2be03cd1 100644 --- a/hacks/blitspin.c +++ b/hacks/blitspin.c @@ -27,6 +27,7 @@ #include "screenhack.h" #include "xpm-pixmap.h" #include +#include #include "images/som.xbm" @@ -40,7 +41,7 @@ So, on OSX, we implement the blitter by hand. It is correct, but orders of magnitude slower. */ -#ifndef HAVE_COCOA +#ifndef HAVE_JWXYZ # define USE_XCOPYAREA #endif @@ -422,7 +423,7 @@ static const char *blitspin_defaults [] = { "*duration: 120", "*bitmap: (default)", "*geometry: 1080x1080", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0