aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 4cc4b3d..da503b5 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -1149,6 +1149,10 @@ void App::send_event(char const *evname, char const *label, char const *area,
*/
void App::surface_created(uint32_t surface_id)
{
+ // For set role function
+ HMI_DEBUG("wm", "Get surface pid");
+ this->controller->get_surface_properties(surface_id);
+
auto layer_id = this->layers.get_layer_id(surface_id);
if (!layer_id)
{
@@ -1161,9 +1165,6 @@ void App::surface_created(uint32_t surface_id)
this->controller->layers[*layer_id]->add_surface(surface_id);
this->layout_commit();
- // For set role function
- HMI_DEBUG("wm", "Get surface pid");
- this->controller->get_surface_properties(surface_id);
// activate the main_surface right away
/*if (surface_id == static_cast<unsigned>(this->layers.main_surface)) {