mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Add XInitThreads() at linphonec startup.
This commit is contained in:
parent
d6eba23581
commit
9b5c5be567
1 changed files with 1 additions and 0 deletions
|
|
@ -918,6 +918,7 @@ static void x11_apply_video_params(VideoParams *params, Window window){
|
|||
const char *dname=getenv("DISPLAY");
|
||||
|
||||
if (display==NULL && dname!=NULL){
|
||||
XInitThreads();
|
||||
display=XOpenDisplay(dname);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue