From fb573ae411d7acdd0aee41d50ca3bd1503ba346a Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 13 May 2024 16:48:59 +0900 Subject: [PATCH] wtz-screen: add set_opaque_region This request sets the region of the screen that contains opaque content. Change-Id: I0f4defc693a168d446a8d7d6e59ac996a09d40ad --- protocol/tizen/wtz-screen.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/protocol/tizen/wtz-screen.xml b/protocol/tizen/wtz-screen.xml index ac04982..e430de7 100644 --- a/protocol/tizen/wtz-screen.xml +++ b/protocol/tizen/wtz-screen.xml @@ -95,6 +95,20 @@ + + + This request sets the region of the screen that contains + opaque content. + + The opaque region is specified in screen coordinates. + + The compositor ignores the parts of the opaque region that fall + outside of the screen. + + + + + -- 2.34.1