diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-27 15:12:30 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-27 15:12:30 +0100 |
| commit | ed42ff2ba16a521b9783ede5910eb3cf5df1887d (patch) | |
| tree | 94aed311e9d8ba72843f501b3d7b684572a8a279 /src/ui.h | |
| parent | 7c5a0f2179cad03692ce3b47328a91e4817567fc (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
