From 470ea56514c8cf57f9e8b65a7af9dabad44873a3 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Wed, 15 Aug 2007 15:33:01 +0000 Subject: notify_init_bar() updated to use static win variable --- src/notify.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/notify.h') diff --git a/src/notify.h b/src/notify.h index 85ae733..dccfa2d 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.11 2007/07/28 13:11:42 culot Exp $ */ +/* $calcurse: notify.h,v 1.12 2007/08/15 15:33:01 culot Exp $ */ /* * Calcurse - text-based organizer @@ -52,7 +52,7 @@ struct notify_app_s { int notify_bar(void); void notify_init_vars(void); -void notify_init_bar(window_t *); +void notify_init_bar(void); void notify_start_main_thread(void); void notify_stop_main_thread(void); void notify_reinit_bar(int, int, int, int); -- cgit v1.2.3-54-g00ecf