X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fxlyap.c;h=cbd493794c194c607ba172dcaa13cfef1f684b1d;hp=2d36cb9dde02a4b0fde963cc452c4e0648694660;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/xlyap.c b/hacks/xlyap.c index 2d36cb9d..cbd49379 100644 --- a/hacks/xlyap.c +++ b/hacks/xlyap.c @@ -43,7 +43,7 @@ #undef countof #define countof(x) (sizeof((x))/sizeof((*x))) -#ifndef HAVE_COCOA +#ifndef HAVE_JWXYZ # include #endif @@ -78,7 +78,7 @@ static const char *xlyap_defaults [] = { "*delay: 10000", "*linger: 5", "*colors: 200", -#ifdef USE_IPHONE +#ifdef HAVE_MOBILE "*ignoreRotation: True", #endif 0 @@ -161,7 +161,7 @@ typedef struct { #endif typedef struct { -# ifndef HAVE_COCOA +# ifndef HAVE_JWXYZ Cursor band_cursor; # endif double p_min, p_max, q_min, q_max; @@ -827,7 +827,7 @@ Getkey(struct state *st, XKeyEvent *event) unsigned char key; int i; if (XLookupString(event, (char *)&key, sizeof(key), (KeySym *)0, - (XComposeStatus *) 0) > 0) + (XComposeStatus *) 0) > 0) { if (st->reset_countdown) st->reset_countdown = st->linger; @@ -956,6 +956,7 @@ Getkey(struct state *st, XKeyEvent *event) case 'H': print_help(st); return True; default: return False; } + } return False; }