summaryrefslogtreecommitdiff
path: root/testing/toxic/chat.c
diff options
context:
space:
mode:
authorSean Qureshi <stqism@risingstormgames.com>2013-08-05 17:47:49 -0700
committerSean Qureshi <stqism@risingstormgames.com>2013-08-05 17:47:49 -0700
commitcaee2c3fe58da698a228e3c07a8aa14f666e362b (patch)
treefed382cf330ab47939ab2befdcbb0157e8da9bb5 /testing/toxic/chat.c
parent5d1657432ad5b26a62b1082e8c5194b55cd01851 (diff)
Added flash, apparently in weird cases it works when beep fails
Diffstat (limited to 'testing/toxic/chat.c')
-rw-r--r--testing/toxic/chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/toxic/chat.c b/testing/toxic/chat.c
index 4ea459d9..da1f9f4a 100644
--- a/testing/toxic/chat.c
+++ b/testing/toxic/chat.c
@@ -59,6 +59,7 @@ static void chat_onMessage(ToxWindow* self, int num, uint8_t* msg, uint16_t len)
59 59
60 self->blink = true; 60 self->blink = true;
61 beep(); 61 beep();
62 flash();
62} 63}
63 64
64static void chat_onNickChange(ToxWindow* self, int num, uint8_t* nick, uint16_t len) { 65static void chat_onNickChange(ToxWindow* self, int num, uint8_t* nick, uint16_t len) {