diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-05-13 15:10:47 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-05-13 15:10:47 +0200 |
commit | ca83e6569617aa19679844986ecb929d38fc7786 (patch) | |
tree | c722586446bc817e17eea472852a198b2c85b409 /src/calcurse.h | |
parent | bd4f4a136fc218f0854f5ee5219149ce5b0acdb3 (diff) | |
download | calcurse-ca83e6569617aa19679844986ecb929d38fc7786.zip |
Pass date parameter to ui_day_update_panel()
This allows for drawing appointment panels for days other than the
current day.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index 6333946..5da79e2 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -627,7 +627,7 @@ void ui_day_scroll_pad_down(int, int); void ui_day_scroll_pad_up(int); struct notify_app *apoint_check_next(struct notify_app *, long); void apoint_switch_notify(struct apoint *); -void ui_day_update_panel(int); +void ui_day_update_panel(int, struct date); void apoint_paste_item(struct apoint *, long); /* args.c */ |