aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2007-07-20 19:12:34 +0000
committerFrederic Culot <calcurse@culot.org>2007-07-20 19:12:34 +0000
commit9d0d55aae543f3e9de7e429d8a466cdf6a5627b7 (patch)
tree1521e35d6148997499900bafacab94b177305f6b /src
parentf4d0b56de7e9cb7d07d9faf5fa135fca9d4e317d (diff)
downloadcalcurse-9d0d55aae543f3e9de7e429d8a466cdf6a5627b7.tar.gz
calcurse-9d0d55aae543f3e9de7e429d8a466cdf6a5627b7.zip
notify_init_bar() prototype updated to use window_t type
Diffstat (limited to 'src')
-rwxr-xr-xsrc/notify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notify.h b/src/notify.h
index ba9cade..1c155e3 100755
--- a/src/notify.h
+++ b/src/notify.h
@@ -1,4 +1,4 @@
-/* $calcurse: notify.h,v 1.7 2007/03/24 23:17:27 culot Exp $ */
+/* $calcurse: notify.h,v 1.8 2007/07/20 19:12:34 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -55,7 +55,7 @@ struct notify_app_s {
int notify_bar(void);
void notify_init_vars(void);
-void notify_init_bar(int l, int c, int y, int x);
+void notify_init_bar(window_t *);
void notify_start_main_thread(void);
void notify_stop_main_thread(void);
void notify_reinit_bar(int l, int c, int y, int x);