X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Fprefs.h;h=f1db9b3637494ae7b117e137dd75df7276de4c5b;hb=bc7b7a8eb122206d239ec0e693676bcce31be1aa;hp=6640492bb7d44b817dc3437976d0512df1018b1c;hpb=8eb2873d7054e705c4e83f22d18c40946a9e2529;p=xscreensaver diff --git a/driver/prefs.h b/driver/prefs.h index 6640492b..f1db9b36 100644 --- a/driver/prefs.h +++ b/driver/prefs.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1993-2001 Jamie Zawinski +/* xscreensaver, Copyright (c) 1993-2004 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 @@ -41,6 +41,8 @@ struct saver_preferences { Bool verbose_p; /* whether to print out lots of status info */ Bool timestamp_p; /* whether to mark messages with a timestamp */ Bool capture_stderr_p; /* whether to redirect stdout/stderr */ + Bool ignore_uninstalled_p; /* whether to avoid displaying or complaining + about hacks that are not on $PATH */ Bool debug_p; /* pay no mind to the man behind the curtain */ Bool xsync_p; /* whether XSynchronize has been called */ @@ -56,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; @@ -90,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. */