X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Fprefs.h;h=cd1016d0d6edb0c664b3481363578adbe695526b;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=ecbb490726601f13b1af557e4de732e952f61436;hpb=ff35d056d723c9a5ffe728dbba5f1c25e141be04;p=xscreensaver diff --git a/driver/prefs.h b/driver/prefs.h index ecbb4907..cd1016d0 100644 --- a/driver/prefs.h +++ b/driver/prefs.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1993-2013 Jamie Zawinski +/* xscreensaver, Copyright (c) 1993-2018 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,7 +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 Bool senesculent_p (void); extern screenhack *parse_screenhack (const char *line); extern void free_screenhack (screenhack *); @@ -29,6 +29,7 @@ char *make_hack_name (Display *, const char *shell_command); /* From dpms.c */ 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);