http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / driver / prefs.h
index d89a4a8b3fcf5c206d035360e4452abba477eba7..f1db9b3637494ae7b117e137dd75df7276de4c5b 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1993-2002 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 1993-2004 Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -58,6 +58,8 @@ struct saver_preferences {
   Bool install_cmap_p;         /* whether we should use our own colormap
                                   when using the screen's default visual. */
 
+  Bool quad_p;                 /* whether to run four savers per monitor */
+
   screenhack **screenhacks;    /* the programs to run */
   int screenhacks_count;
 
@@ -92,6 +94,8 @@ struct saver_preferences {
   Bool use_sgi_saver_extension;
   Bool use_proc_interrupts;
 
+  Bool getviewport_full_of_lies_p; /* XFree86 bug #421 */
+
   char *shell;                 /* where to find /bin/sh */
 
   char *demo_command;          /* How to enter demo mode. */