aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--homescreen/src/layouthandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/homescreen/src/layouthandler.cpp b/homescreen/src/layouthandler.cpp
index c0fa620..1dfe4a5 100644
--- a/homescreen/src/layouthandler.cpp
+++ b/homescreen/src/layouthandler.cpp
@@ -234,6 +234,7 @@ int LayoutHandler::requestGetSurfaceStatus(int surfaceId)
void LayoutHandler::requestRenderSurfaceToArea(int surfaceId, int layoutArea)
{
qDebug("requestRenderSurfaceToArea %d %d", surfaceId, layoutArea);
+ mp_dBusWindowManagerProxy->setSurfaceToLayoutArea(surfaceId, layoutArea);
}
bool LayoutHandler::requestRenderSurfaceToAreaAllowed(int surfaceId, int layoutArea)