mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
Correctly set X display on plugins. Bug 116924, patch by Sergi
<sep@sparc.spb.su>, r=serge, sr=beard, a=roc+moz
This commit is contained in:
parent
08d2ef88e2
commit
b37995bb9e
@ -380,7 +380,7 @@ gtk_xtbin_new (GdkWindow *parent_window, String * f)
|
||||
if (fallback)
|
||||
XtAppSetFallbackResources(app_context, fallback);
|
||||
|
||||
xtdisplay = XtOpenDisplay(app_context, NULL, NULL,
|
||||
xtdisplay = XtOpenDisplay(app_context, gdk_get_display(), NULL,
|
||||
"Wrapper", NULL, 0, &mArgc, mArgv);
|
||||
|
||||
if (!xtdisplay) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user