X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Fdemo-Gtk-conf.h;h=f462152c7b0413b8ce08a367d003bdc9cbe0b7aa;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=42b1dbff5959b26252cd903a7afce33b7af18081;hpb=8eb2873d7054e705c4e83f22d18c40946a9e2529;p=xscreensaver diff --git a/driver/demo-Gtk-conf.h b/driver/demo-Gtk-conf.h index 42b1dbff..f462152c 100644 --- a/driver/demo-Gtk-conf.h +++ b/driver/demo-Gtk-conf.h @@ -1,5 +1,5 @@ /* demo-Gtk-conf.c --- implements the dynamic configuration dialogs. - * xscreensaver, Copyright (c) 2001 Jamie Zawinski + * xscreensaver, Copyright (c) 2001-2008 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 @@ -22,8 +22,10 @@ typedef struct { } conf_data; extern conf_data *load_configurator (const char *cmd_line, gboolean verbose_p); -extern char *get_configurator_command_line (conf_data *); +extern char *get_configurator_command_line (conf_data *, gboolean default_p); extern void set_configurator_command_line (conf_data *, const char *cmd_line); extern void free_conf_data (conf_data *); +extern const char *hack_configuration_path; + #endif /* _DEMO_GTK_CONF_H_ */