X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2FxlockmoreI.h;h=42e553e0c1a5ce61759cbe4aa71cf3c2f58cb409;hp=75909784974fefa3e7bdf3cebce4839f4443b651;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e diff --git a/hacks/xlockmoreI.h b/hacks/xlockmoreI.h index 75909784..42e553e0 100644 --- a/hacks/xlockmoreI.h +++ b/hacks/xlockmoreI.h @@ -1,5 +1,5 @@ /* xlockmore.h --- xscreensaver compatibility layer for xlockmore modules. - * xscreensaver, Copyright (c) 1997-2012 Jamie Zawinski + * xscreensaver, Copyright (c) 1997-2014 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -45,6 +45,8 @@ typedef struct ModeInfo ModeInfo; # include # include # endif +# elif defined(HAVE_ANDROID) +# include # else # include # include @@ -166,7 +168,7 @@ struct xlockmore_function_table { Bool (*hack_handle_events) (ModeInfo *, XEvent *); ModeSpecOpt *opts; - unsigned screen_count; /* Only used on the OS X and iOS ports. */ + unsigned int screen_count; /* Only used on the OS X and iOS ports. */ }; #endif /* __XLOCKMORE_INTERNAL_H__ */