From d89c8920f3b82dd2098971b5a66c4b9c75da5af0 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Mon, 18 Oct 2021 16:41:12 +0200 Subject: Introduce new qt-shell and an API for custom shells Adds a new API for writing custom shell extensions. This API is supported, but semi-public. Binary compatibility is not guaranteed. Also adds qt-shell, a new shell that maps directly to the QWindow API, and provides functionality that Qt provides on other window systems, such as absolute window positions and window activation. This shell is not intended for use on the desktop. This is a squashed commit of a development branch consisting of approximately 60 changes. Contributors: Eskil Abrahamsen Blomfeldt Paul Olav Tvete Task-number: QTBUG-94330 Task-number: QTBUG-91542 Change-Id: I419b6bd8179fe03e4da47d328c7ff4b4795b8a91 Reviewed-by: Eskil Abrahamsen Blomfeldt Reviewed-by: David Edmundson Reviewed-by: Paul Olav Tvete --- examples/wayland/wayland.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/wayland/wayland.pro') diff --git a/examples/wayland/wayland.pro b/examples/wayland/wayland.pro index c6103623..4a4aaf81 100644 --- a/examples/wayland/wayland.pro +++ b/examples/wayland/wayland.pro @@ -17,9 +17,11 @@ qtHaveModule(quick) { SUBDIRS += overview-compositor SUBDIRS += ivi-compositor SUBDIRS += server-side-decoration + SUBDIRS += qtshell qtHaveModule(waylandclient) { SUBDIRS += \ - custom-extension + custom-extension \ + custom-shell qtConfig(opengl) { SUBDIRS += \ -- cgit v1.2.1