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>
This commit is contained in:
Lukas Fleischer
2014-05-13 15:10:47 +02:00
parent bd4f4a136f
commit ca83e65696
3 changed files with 3 additions and 5 deletions

View File

@@ -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 */