diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 23:02:40 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 23:02:40 +0100 |
| commit | b3125e386140a040d8eff57ab9258eaafc60d983 (patch) | |
| tree | 37f2dd7bf2c4cf45010be7b55de4dcaa0d020ab8 /src/ui.h | |
| parent | 92f8870fa7a75be8458e35fb8de51965c5c33d91 (diff) | |
Added optional highlighting of messages in the message window.
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ void ui_display_wnd_table_cards(const table_stacks_t *ts, const bool highlight, const uint8_t highlighted_stack); void ui_display_wnd_stack_points(const table_stacks_t *ts, const bool highlight, const uint8_t highlighted_points); void ui_display_wnd_current_state(const player_list_t *pl, const uint8_t num_players, const bool highlight, const uint8_t highlighted_player, const uint32_t score); -void ui_display_wnd_messages(const char *message); +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); |
