From 791a11f3c986eeacd33ab8ce524c40c9ed523148 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 28 Sep 2018 18:47:47 +0900 Subject: Fix the size of chromium using setRole is not set Change-Id: Iad8a58685a52df9d0ae98fc0b8951a81412b58b9 Signed-off-by: Kazumasa Mitsunari --- src/window_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window_manager.cpp b/src/window_manager.cpp index 59ef812..32b8e25 100644 --- a/src/window_manager.cpp +++ b/src/window_manager.cpp @@ -655,6 +655,7 @@ void WindowManager::storeSurface(const string& appid, unsigned ppid, unsigned su return (ts.dest == appid ); }); + this->lc->setXDGSurfaceOriginSize(surface); if(elem != this->tmp_services.end()) { // attachApp -- cgit 1.2.3-korg