diff options
author | Frederic Culot <calcurse@culot.org> | 2006-10-28 13:13:18 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-10-28 13:13:18 +0000 |
commit | 26f01c0d85adf599058f8e4942d045628da46954 (patch) | |
tree | 7c58c73de7a2ff2781cad718c9acef38f03ad4cd | |
parent | fd53dd1bd614b5d33d26cac3deab60dfd279f279 (diff) | |
download | calcurse-26f01c0d85adf599058f8e4942d045628da46954.tar.gz calcurse-26f01c0d85adf599058f8e4942d045628da46954.zip |
display_item() prototype updated
-rwxr-xr-x | src/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index d6a97a5..37f34fc 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.6 2006/10/28 09:54:00 culot Exp $ */ +/* $calcurse: utils.h,v 1.7 2006/10/28 13:13:18 culot Exp $ */ /* * Calcurse - text-based organizer @@ -72,7 +72,7 @@ void draw_scrollbar(WINDOW *win, int y, int x, int length, void item_in_popup(char *saved_a_start, char *saved_a_end, char *msg, char *pop_title); void win_show(WINDOW * win, char *label); -void display_item(WINDOW *win, int incolor, char *msg, +void display_item(WINDOW *win, int incolor, char *msg, int recur, int len, int y, int x); void reset_status_page(void); void other_status_page(int panel); |