Add Get/Set area size functions
[apps/agl-service-windowmanager-2017.git] / src / app.cpp
index f09f6f5..8b2229c 100644 (file)
@@ -261,6 +261,8 @@ int App::init_layers()
 
     this->layout_commit();
 
+    this->layers.setupArea(o->width, o->height);
+
     return 0;
 }