From ca83e6569617aa19679844986ecb929d38fc7786 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 13 May 2014 15:10:47 +0200 Subject: 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 --- src/calcurse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/calcurse.h') 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 */ -- cgit v1.2.3-54-g00ecf