diff options
author | 2023-02-09 14:06:49 +0200 | |
---|---|---|
committer | 2023-03-01 12:38:14 +0200 | |
commit | 359a0612e48d7d21d5247199ca57063bd5965f71 (patch) | |
tree | c90fc1f6ea15395d564cc12b6e68d0661a2c6a65 /src/layout.c | |
parent | 4af44df30c1784a69b96d310f152133a507bc2e1 (diff) |
protocol: Add set_app_normal request
This request allows transitioning back from other roles like
float/split/fullscreen to regular maximized, normal state.
Bug-AGL: SPEC-4673
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id7f04ffee193677621bd32860998457498acc388
Diffstat (limited to 'src/layout.c')
-rw-r--r-- | src/layout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layout.c b/src/layout.c index bc489b2..df9184d 100644 --- a/src/layout.c +++ b/src/layout.c @@ -248,6 +248,8 @@ ivi_layout_activate_complete(struct ivi_output *output, weston_view_set_output(view, woutput); + /* drop any previous masks set on this view */ + weston_view_set_mask_infinite(view); if (surf->role != IVI_SURFACE_ROLE_BACKGROUND) weston_view_set_position(view, |