1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 19:36:46 +02:00

typging change callback update

This commit is contained in:
Jfreegman
2014-03-20 20:50:48 -04:00
parent 25b5545644
commit c1dfb741c9
4 changed files with 11 additions and 11 deletions

View File

@ -45,7 +45,7 @@ typedef struct {
int chatwin;
bool active;
bool online;
bool is_typing;
uint8_t is_typing;
bool logging_on; /* saves preference for friend irrespective of chat windows */
uint8_t status;
struct LastOnline last_online;