summaryrefslogtreecommitdiff
path: root/src/ui.h
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-27 15:12:30 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-27 15:12:30 +0100
commited42ff2ba16a521b9783ede5910eb3cf5df1887d (patch)
tree94aed311e9d8ba72843f501b3d7b684572a8a279 /src/ui.h
parent7c5a0f2179cad03692ce3b47328a91e4817567fc (diff)
Switched from wrefresh() to wnoutrefresh() calls for UI display. Introduced ui_update() to update the screen.
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
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);