layout_config() updated to use wins_set_layout()

This commit is contained in:
Frederic Culot
2007-08-15 15:37:53 +00:00
parent 77d047d033
commit e5eed3759b
2 changed files with 9 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: custom.h,v 1.8 2007/07/28 13:11:42 culot Exp $ */
/* $calcurse: custom.h,v 1.9 2007/08/15 15:37:53 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -71,7 +71,7 @@ void custom_apply_attr(WINDOW *, int);
void custom_remove_attr(WINDOW *, int);
void custom_load_conf(conf_t *, int);
void config_bar(void);
int layout_config(int);
void layout_config(void);
void custom_color_config(int);
void custom_color_theme_name(char *);
void custom_general_config(conf_t *);