mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:23:01 +01:00
Merge branch 'master' of https://github.com/Tox/toxic
This commit is contained in:
commit
dfab23163b
@ -215,8 +215,9 @@ void set_active_window(int index)
|
||||
active_window = windows + index;
|
||||
}
|
||||
|
||||
ToxWindow *init_windows()
|
||||
ToxWindow *init_windows(Tox *mToAssign)
|
||||
{
|
||||
m = mToAssign;
|
||||
int n_prompt = add_window(m, new_prompt());
|
||||
|
||||
if (n_prompt == -1 || add_window(m, new_friendlist()) == -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user