X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Fprefs.h;h=485cdd4cae1036d5617a6fdf500c89f4646267c5;hb=8afc01a67be4fbf3f1cc0fce9adf01b5289a21c6;hp=eeb272ef1dc0a443773461791ee206ff16dba6cf;hpb=c494fd2e6b3b25582375d62e40f4f5cc984ca424;p=xscreensaver diff --git a/driver/prefs.h b/driver/prefs.h index eeb272ef..485cdd4c 100644 --- a/driver/prefs.h +++ b/driver/prefs.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1993-2006 Jamie Zawinski +/* xscreensaver, Copyright (c) 1993-2013 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 @@ -20,6 +20,7 @@ extern int write_init_file (Display *, saver_preferences *, const char *version_string, Bool verbose_p); const char *init_file_name (void); +extern Bool senescent_p (void); extern screenhack *parse_screenhack (const char *line); extern void free_screenhack (screenhack *); @@ -27,7 +28,7 @@ extern char *format_hack (Display *, screenhack *, Bool wrap_p); char *make_hack_name (Display *, const char *shell_command); /* From dpms.c */ -extern void sync_server_dpms_settings (Display *, Bool enabled_p, +extern void sync_server_dpms_settings (Display *, Bool enabled_p, Bool dpms_quickoff_p, int standby_secs, int suspend_secs, int off_secs, Bool verbose_p);