X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fgltrackball.c;h=71775f15a3bca931e3107ed97eca8ce49585b82f;hp=f07cb7cddb94cbd3b1a414143c55d635be017fd3;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/glx/gltrackball.c b/hacks/glx/gltrackball.c index f07cb7cd..71775f15 100644 --- a/hacks/glx/gltrackball.c +++ b/hacks/glx/gltrackball.c @@ -42,7 +42,7 @@ #include "gltrackball.h" /* Bah, copied from ../fps.h */ -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE extern double current_device_rotation (void); #else # define current_device_rotation() (0) @@ -241,7 +241,7 @@ gltrackball_mousewheel (trackball_state *ts, int horizontal_p; int mx, my, move, scale; -#ifdef HAVE_COCOA +#ifdef HAVE_JWXYZ flip_p = 0; /* MacOS has already handled this. */ #endif