http://ftp.x.org/contrib/applications/xscreensaver-3.19.tar.gz
[xscreensaver] / driver / prefs.h
index cf77f8b2ce218d136e5cba9eae7b1d8baf3049e2..62c768d9bd4ad14ed3f66d2ce76407c2424837b8 100644 (file)
@@ -40,12 +40,6 @@ struct saver_preferences {
   Bool unfade_p;               /* whether to fade from black, if possible */
   int fade_seconds;            /* how long that should take */
   int fade_ticks;              /* how many ticks should be used */
-  Bool fading_possible_p;      /* Whether fading to/from black is possible.
-                                  (This isn't strictly a preference, as it
-                                  can only be known by querying the display;
-                                  the caller of the prefs code may fill this
-                                  in if it knows/cares, and warnings will be
-                                  issued.) */
 
   Bool install_cmap_p;         /* whether we should use our own colormap
                                   when using the screen's default visual. */
@@ -68,6 +62,7 @@ struct saver_preferences {
   Bool use_xidle_extension;    /* which extension to use, if possible */
   Bool use_mit_saver_extension;
   Bool use_sgi_saver_extension;
+  Bool use_proc_interrupts;
 
   char *shell;                 /* where to find /bin/sh */