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

forgot a lock

This commit is contained in:
Jfreegman
2014-03-13 06:43:53 -04:00
parent aeb70262e0
commit 9d52b6ab5d
2 changed files with 5 additions and 2 deletions

View File

@ -405,7 +405,6 @@ void draw_active_window(Tox *m)
a->onKey(a, m, ch);
pthread_mutex_unlock(&Winthread.lock);
}
}
int get_num_active_windows(void)