summaryrefslogtreecommitdiff
path: root/plugins
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-09-23 15:48:36 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-09-23 15:48:36 +0200
commit81ba87a6b6b1ee62476ea309361d67b6850ad151 (patch)
treecb095ac7852b6883c3c735c1989f55eacaeee321 /plugins
parent286123dcadbb27ff6d6de2012ee6e9cb675041a5 (diff)
UnityScreen: call updateSupportedWmHints after setting the handlers, or it won't work
(bzr r3806.12.4)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unityshell/src/unityshell.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index f4a7a61fe..c41e65d33 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -281,6 +281,7 @@ UnityScreen::UnityScreen(CompScreen* screen)
CompositeScreenInterface::setHandler(cScreen);
GLScreenInterface::setHandler(gScreen);
ScaleScreenInterface::setHandler(sScreen);
+ screen->updateSupportedWmHints();
PluginAdapter::Initialize(screen);
AddChild(&WindowManager::Default());