[gnome-shell/gnome-3-18] Revert "browser-plugin: Set windowless mode and don't claim to need XEmbed"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-18] Revert "browser-plugin: Set windowless mode and don't claim to need XEmbed"
- Date: Mon, 16 Nov 2015 16:58:05 +0000 (UTC)
commit aae6a3cbbd26b486a28c4204592120feaaa7dc0d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Nov 16 10:56:13 2015 -0600
Revert "browser-plugin: Set windowless mode and don't claim to need XEmbed"
This reverts commit a52c91e9e5f9c521f6f78a029d85e32564196760.
https://bugzilla.gnome.org/show_bug.cgi?id=758035
browser-plugin/browser-plugin.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/browser-plugin/browser-plugin.c b/browser-plugin/browser-plugin.c
index 290b224..e8b5cf6 100644
--- a/browser-plugin/browser-plugin.c
+++ b/browser-plugin/browser-plugin.c
@@ -218,9 +218,6 @@ NPP_New(NPMIMEType mimetype,
data = g_slice_new (PluginData);
instance->pdata = data;
- /* set windowless mode */
- funcs.setvalue(instance, NPPVpluginWindowBool, NULL);
-
data->proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION,
G_DBUS_PROXY_FLAGS_NONE,
NULL, /* interface info */
@@ -1051,6 +1048,10 @@ NPP_GetValue(NPP instance,
*(NPObject**)value = funcs.createobject (instance, &plugin_class);
break;
+ case NPPVpluginNeedsXEmbed:
+ *(bool *)value = TRUE;
+ break;
+
default:
;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]