mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 23:06:34 +01:00
added ability to close and reopen chat windows & other minor changes
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#define TOXWINDOWS_MAX_NUM 32
|
||||
#define MAX_FRIENDS_NUM 100
|
||||
|
||||
/* number of permanent default windows */
|
||||
#define N_DEFAULT_WINS 2
|
||||
|
||||
/* maximum window slots for WINDOW_STATUS array */
|
||||
#define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM
|
||||
|
||||
typedef struct ToxWindow_ ToxWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user