1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:56:45 +02:00

close chatwindow if its associated contact is blocked/deleted

This commit is contained in:
Jfreegman
2014-07-31 21:59:53 -04:00
parent b243f7aa62
commit a223545853
3 changed files with 23 additions and 2 deletions

View File

@ -225,6 +225,7 @@ void set_active_window(int ch);
int get_num_active_windows(void);
void kill_all_windows(void); /* should only be called on shutdown */
void on_window_resize(void);
ToxWindow *get_window_ptr(int i);
/* refresh inactive windows to prevent scrolling bugs.
call at least once per second */