From d6b7f83e58de86ee3620f61cfade8ffb9a81a196 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 2 Aug 2009 09:29:24 +0000 Subject: conf_set_scrsize not static any more (moved to custom_set_swsiz) --- src/custom.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/custom.h') diff --git a/src/custom.h b/src/custom.h index 317413a..04909fc 100755 --- a/src/custom.h +++ b/src/custom.h @@ -1,4 +1,4 @@ -/* $calcurse: custom.h,v 1.17 2009/08/01 17:44:51 culot Exp $ */ +/* $calcurse: custom.h,v 1.18 2009/08/02 09:29:24 culot Exp $ */ /* * Calcurse - text-based organizer @@ -96,6 +96,7 @@ void custom_layout_config (void); void custom_color_config (void); void custom_color_theme_name (char *); void custom_confwin_init (window_t *, char *); +void custom_set_swsiz (scrollwin_t *); void custom_general_config (conf_t *); void custom_keys_config (void); -- cgit v1.2.3-54-g00ecf