aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-manager.c')
-rw-r--r--matchbox/mb-wm-manager.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/matchbox/mb-wm-manager.c b/matchbox/mb-wm-manager.c
index 082bfcf..ad58ac6 100644
--- a/matchbox/mb-wm-manager.c
+++ b/matchbox/mb-wm-manager.c
@@ -2233,9 +2233,7 @@ _mb_wm_manager_start (MBWMManager * wm, MBWMCompMgr *compositor)
if (compositor)
{
wm->comp_mgr = mb_wm_object_ref (MB_WM_OBJECT (compositor));
-
- if (mb_wm_theme_use_compositing_mgr (wm->theme))
- mb_wm_manager_set_compositing_on (wm);
+ mb_wm_manager_set_compositing_on (wm);
}
#endif