diff options
Diffstat (limited to 'src/wm_layer_control.cpp')
-rw-r--r-- | src/wm_layer_control.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wm_layer_control.cpp b/src/wm_layer_control.cpp index 62fe91d..b4e53c8 100644 --- a/src/wm_layer_control.cpp +++ b/src/wm_layer_control.cpp @@ -130,7 +130,7 @@ void LayerControl::createNewLayer(unsigned id) ilm_commitChanges(); auto wm_layer = getWMLayer(id); wm_layer->addLayerToState(id); - this->commitChange(); + this->renderLayers(); } unsigned LayerControl::getNewLayerID(const string& role, string* layer_name) @@ -209,7 +209,7 @@ WMError LayerControl::updateLayer(LayerState& layer_state) return WMError::SUCCESS; } -WMError LayerControl::commitChange() +WMError LayerControl::renderLayers() { HMI_INFO("Commit change"); WMError rc = WMError::SUCCESS; |