X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fxlockmore.h;h=d477970f54f9cc2edd82e1981e7ee1ecc92750d6;hp=baedf6bad577e9458869f63b1bfdb44f718c9602;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e diff --git a/hacks/xlockmore.h b/hacks/xlockmore.h index baedf6ba..d477970f 100644 --- a/hacks/xlockmore.h +++ b/hacks/xlockmore.h @@ -112,10 +112,10 @@ ERROR! Sorry, xlockmore.h requires ANSI C (gcc, for example.) a struct in `MODULENAME_xscreensaver_function_table', and a pointer to that in `xscreensaver_function_table'. - In a Cocoa world, we only define the prefixed symbol; + In a Cocoa or Android world, we only define the prefixed symbol; the un-prefixed symbol does not exist. */ -#ifdef HAVE_COCOA +#if defined(HAVE_COCOA) || defined(HAVE_ANDROID) # define XSCREENSAVER_LINK(NAME) #else # define XSCREENSAVER_LINK(NAME) \ @@ -123,10 +123,10 @@ ERROR! Sorry, xlockmore.h requires ANSI C (gcc, for example.) #endif -# if !defined(USE_GL) || defined(HAVE_COCOA) +# if !defined(USE_GL) || defined(HAVE_COCOA) || defined(HAVE_ANDROID) # define xlockmore_pick_gl_visual 0 # define xlockmore_validate_gl_visual 0 -# endif /* !USE_GL || HAVE_COCOA */ +# endif /* !USE_GL || HAVE_COCOA || HAVE_ANDROID */ # ifdef USE_GL # define XLOCKMORE_FPS xlockmore_gl_compute_fps