From ca537df2c52990acf97fb1c42ec2d993c60eae2d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 31 Jul 2023 14:41:48 +0300 Subject: grpc-proxy: Add dynamic scale of floating windows This adds basic scaling for floating windows, sending new dimensions to the clients to resize itself. Bug-AGL: SPEC-4862 Signed-off-by: Marius Vlad Change-Id: Ic693153cd704b278dcddd2514afc8dafecf8829b --- protocol/agl-shell.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'protocol') diff --git a/protocol/agl-shell.xml b/protocol/agl-shell.xml index b85cf01..b11beb6 100644 --- a/protocol/agl-shell.xml +++ b/protocol/agl-shell.xml @@ -22,7 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - + Starting with version 2 of the protocol, the client is required to wait for the 'bound_ok' or 'bound_fail' events in order to proceed further. @@ -324,6 +324,24 @@ + + + + Clients can inform the compositor to scale a floating type of window + to the values specified in width and height. If the window is + not a floating type, the request will be discarded. If the window + doesn't exist the compositor will ignore the request. For this request + to function properly the window would first to be set as floating + and then it can be moved using this request. + + + see xdg_toplevel.set_app_id from the xdg-shell protocol for a + description of app_id. + + + + + -- cgit 1.2.3-korg