aboutsummaryrefslogtreecommitdiffstats
path: root/src/window_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_manager.cpp')
-rw-r--r--src/window_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_manager.cpp b/src/window_manager.cpp
index 6818438..79a27d1 100644
--- a/src/window_manager.cpp
+++ b/src/window_manager.cpp
@@ -1327,7 +1327,7 @@ WMError WindowManager::startTransition(unsigned req_num)
//this->deactivate(client->surfaceID(x.role));
} */
}
- this->lc->commitChange();
+ this->lc->renderLayers();
ret = WMError::NO_LAYOUT_CHANGE;
}
return ret;
@@ -1371,7 +1371,7 @@ WMError WindowManager::doEndDraw(unsigned req_num)
//this->lc_enddraw(act.role.c_str());
}
}
- this->lc->commitChange();
+ this->lc->renderLayers();
HMI_SEQ_INFO(req_num, "emit flushDraw");