X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Fprefs.h;h=fb4cd1bd79fb7af1ad672efd97d40ce9d9b8e2d4;hb=3c58fb6311db49c46f1670922933b27c6ea0c065;hp=a2b83b75bcc26cefe949fcea56437714021802bb;hpb=ebc241816cc8e3eec7270a594bb1a607df32bcd6;p=xscreensaver diff --git a/driver/prefs.h b/driver/prefs.h index a2b83b75..fb4cd1bd 100644 --- a/driver/prefs.h +++ b/driver/prefs.h @@ -58,6 +58,7 @@ struct saver_preferences { int screenhacks_count; int nice_inferior; /* nice value for subprocs */ + int inferior_memory_limit; /* setrlimit(LIMIT_AS) value for subprocs */ Time initial_delay; /* how long to sleep after launch */ Time splash_duration; /* how long the splash screen stays up */ @@ -74,6 +75,11 @@ struct saver_preferences { Time dpms_suspend; /* how long until monitor power-saves */ Time dpms_off; /* how long until monitor powers down */ + Bool grab_desktop_p; /* These are not used by "xscreensaver" */ + Bool grab_video_p; /* itself: they are used by the external */ + Bool random_image_p; /* "xscreensaver-getimage" program, and set */ + char *image_directory; /* by the "xscreensaver-demo" configurator. */ + Bool use_xidle_extension; /* which extension to use, if possible */ Bool use_mit_saver_extension; Bool use_sgi_saver_extension;