Skip to content

Commit 678df06

Browse files
committed
Fixed crash with xineliboutput.
1 parent dfa4507 commit 678df06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cMpvControl::cMpvControl(string Filename, bool Shuffle)
3535
Player->SetWindowSize(w, h, x, y);
3636
xcb_flush(connect);
3737
connect = NULL;
38-
}
38+
} else Player->SetWindowSize(0, 0, 0, 0);
3939
}
4040
cStatus::MsgReplaying(this, Filename.c_str(), Filename.c_str(), true);
4141
}

0 commit comments

Comments
 (0)