From: Marcus Fritzsch Date: Wed, 2 Aug 2017 14:27:44 +0000 (+0200) Subject: app: do not set surface source rectangle on layout setup X-Git-Tag: 4.99.1~178 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=ccd8c4d8957c4a561ae1d2d9a53525fe2a4e4329;p=staging%2Fwindowmanager.git app: do not set surface source rectangle on layout setup Signed-off-by: Marcus Fritzsch --- diff --git a/src/app.cpp b/src/app.cpp index 6a7f5b4..5791f21 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -307,8 +307,6 @@ void App::surface_set_layout(uint32_t surface_id) { // configure surface to wxh dimensions s->set_configuration(w, h); - // set source rect to "entire surface" - s->set_source_rectangle(0, 0, w, h); // set destination to the display rectangle s->set_destination_rectangle(x, y, w, h);