diff options
-rw-r--r-- | src/window_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |