mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 20:36:45 +02:00
small optimization
This commit is contained in:
@ -234,7 +234,7 @@ void draw_active_window(Tox *m);
|
||||
int add_window(Tox *m, ToxWindow w);
|
||||
void del_window(ToxWindow *w);
|
||||
void set_active_window(int ch);
|
||||
int num_active_windows(void);
|
||||
int get_num_active_windows(void);
|
||||
|
||||
/* cleans up all chat and groupchat windows (should only be called on shutdown) */
|
||||
void kill_all_windows(void);
|
||||
|
Reference in New Issue
Block a user