notify_init_bar() prototype updated to use window_t type
This commit is contained in:
parent
f4d0b56de7
commit
9d0d55aae5
@ -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
|
* Calcurse - text-based organizer
|
||||||
@ -55,7 +55,7 @@ struct notify_app_s {
|
|||||||
|
|
||||||
int notify_bar(void);
|
int notify_bar(void);
|
||||||
void notify_init_vars(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_start_main_thread(void);
|
||||||
void notify_stop_main_thread(void);
|
void notify_stop_main_thread(void);
|
||||||
void notify_reinit_bar(int l, int c, int y, int x);
|
void notify_reinit_bar(int l, int c, int y, int x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user