From e8bd26c3eab0df6b8821fa9adad9b69ebd921a67 Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Wed, 25 Jan 2017 15:03:23 +0100 Subject: [PATCH] Forward setSurfaceToLayoutArea call to WindowManger This was missing Signed-off-by: Bocklage, Jens --- homescreen/src/layouthandler.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- 2.16.6