diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-14 10:38:28 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-14 10:43:40 +0100 |
commit | 601709b173d45394ded5027712959efce2fe862b (patch) | |
tree | 65ebdd9efde51d4b22c366743bb8bcbbccb526a6 /src/wins.c | |
parent | c7f388860736968b1a7a3af98fbbe59acd4abac0 (diff) | |
download | calcurse-601709b173d45394ded5027712959efce2fe862b.zip |
apoint.c: Split out UI-related functions
* Move UI-related functions to "ui-day.c".
* Rename UI-related functions to ui_day_*().
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/wins.c')
-rw-r--r-- | src/wins.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -495,7 +495,7 @@ void wins_update_border(int flags) void wins_update_panels(int flags) { if (flags & FLAG_APP) - apoint_update_panel(slctd_win); + ui_day_update_panel(slctd_win); if (flags & FLAG_TOD) todo_update_panel(slctd_win); if (flags & FLAG_CAL) |