aboutsummaryrefslogtreecommitdiffstats
path: root/src/custom.h
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-21 19:34:07 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-21 19:34:07 +0000
commit792b62c173e83892be45a886f289651bfa621c32 (patch)
treefd08e539cb49443434a9f4c9d2315557e1f643fb /src/custom.h
parent7304770d30c646ba9fcd8fefa1d32c585abc228d (diff)
downloadcalcurse-792b62c173e83892be45a886f289651bfa621c32.tar.gz
calcurse-792b62c173e83892be45a886f289651bfa621c32.zip
no more window erase in custom_load_conf()
custom_print_general_options() and custom_general_config() added
Diffstat (limited to 'src/custom.h')
-rwxr-xr-xsrc/custom.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/custom.h b/src/custom.h
index 2068224..07c071f 100755
--- a/src/custom.h
+++ b/src/custom.h
@@ -1,4 +1,4 @@
-/* $calcurse: custom.h,v 1.6 2007/07/20 19:16:31 culot Exp $ */
+/* $calcurse: custom.h,v 1.7 2007/07/21 19:34:07 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -69,11 +69,12 @@ struct attribute_s {
void custom_init_attr(void);
void custom_apply_attr(WINDOW *, int);
void custom_remove_attr(WINDOW *, int);
-void custom_load_conf(conf_t *, int, window_t *);
+void custom_load_conf(conf_t *, int);
void config_bar(void);
int layout_config(int);
void custom_color_config(int);
void custom_load_color(char *, int);
void custom_color_theme_name(char *);
+void custom_general_config(conf_t *);
#endif /* CALCURSE_CUSTOM_H */