From ed42ff2ba16a521b9783ede5910eb3cf5df1887d Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Thu, 27 Jan 2011 15:12:30 +0100 Subject: Switched from wrefresh() to wnoutrefresh() calls for UI display. Introduced ui_update() to update the screen. --- src/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index cfe88d1..189b818 100644 --- a/src/ui.h +++ b/src/ui.h @@ -14,6 +14,7 @@ void ui_display_wnd_messages(const char *message, const bool highlight); void ui_display_wnd_hand_cards(const hand_t *h, const bool highlight, const uint8_t highlighted_card); uint8_t ui_choose_card(hand_t *h); uint8_t ui_choose_stack(const table_stacks_t *ts); +void ui_update(void); void ui_init(void); void ui_fini(void); -- cgit v1.2.3