X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fcwaves.c;h=20dd80abc0959d83885b49d83079fba3ade93742;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=f14a498603bea1513ed75dcc9c247ac8924b11a9;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;p=xscreensaver diff --git a/hacks/cwaves.c b/hacks/cwaves.c index f14a4986..20dd80ab 100644 --- a/hacks/cwaves.c +++ b/hacks/cwaves.c @@ -13,7 +13,7 @@ #include "screenhack.h" #include -#include "xpm-pixmap.h" +#include "ximage-loader.h" #define BELLRAND(n) ((frand((n)) + frand((n)) + frand((n))) / 3) @@ -193,7 +193,7 @@ static const char *cwaves_defaults [] = { "*scale: 2", "*debug: False", "*delay: 20000", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0