From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / anemone.c
index 27af01303fec8266c7cafaf95f4cabac39a8d3f0..deedb270b659da0c929e426e94c9a6a0ebadc429 100644 (file)
@@ -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
@@ -193,7 +193,7 @@ anemone_init (Display *disp, Window window)
 
   st->dbuf = TRUE;
 
-# ifdef HAVE_COCOA     /* Don't second-guess Quartz's double-buffering */
+# ifdef HAVE_JWXYZ     /* Don't second-guess Quartz's double-buffering */
   st->dbuf = False;
 # endif
 
@@ -426,6 +426,9 @@ static const char *anemone_defaults [] = {
 #ifdef HAVE_DOUBLE_BUFFER_EXTENSION
   "*useDBE:            True",
 #endif /* HAVE_DOUBLE_BUFFER_EXTENSION */
+#ifdef HAVE_MOBILE
+  "*ignoreRotation: True",
+#endif
   0
 };