X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Ffps.h;h=d3832c1f68014db0bb05951f1a38ad10729e5e35;hp=d99ab84bf049267250cb64c331cf9cc6da9ee493;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/fps.h b/hacks/fps.h index d99ab84b..d3832c1f 100644 --- a/hacks/fps.h +++ b/hacks/fps.h @@ -26,7 +26,7 @@ extern double fps_compute (fps_state *, unsigned long polys, double depth); extern void fps_draw (fps_state *); /* Doesn't really belong here, but close enough. */ -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE extern double current_device_rotation (void); #else # define current_device_rotation() (0)