X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fanemone.c;h=9f65145aff3985916964a63c3816630b4e76bdd0;hp=27af01303fec8266c7cafaf95f4cabac39a8d3f0;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hpb=dba664f31aa87285db4d76cf8c5e66335299703a diff --git a/hacks/anemone.c b/hacks/anemone.c index 27af0130..9f65145a 100644 --- a/hacks/anemone.c +++ b/hacks/anemone.c @@ -1,4 +1,4 @@ -/* anemon, Copyright (c) 2001 Gabriel Finch +/* anemone, Copyright (c) 2001 Gabriel Finch * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -426,6 +426,9 @@ static const char *anemone_defaults [] = { #ifdef HAVE_DOUBLE_BUFFER_EXTENSION "*useDBE: True", #endif /* HAVE_DOUBLE_BUFFER_EXTENSION */ +#ifdef USE_IPHONE + "*ignoreRotation: True", +#endif 0 };