1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 21:26:34 +01:00

make groupchat announcements behave properly

This commit is contained in:
Jfreegman
2014-10-09 01:39:22 -04:00
parent 0908920b51
commit e4a28d1839
6 changed files with 99 additions and 19 deletions

View File

@@ -35,6 +35,7 @@ typedef struct {
bool active;
int num_peers;
int side_pos; /* current position of the sidebar - used for scrolling up and down */
uint64_t start_time;
uint8_t *peer_names;
uint8_t *oldpeer_names;
uint16_t *peer_name_lengths;