diff --git a/staging/fullscreen-shell/README b/staging/fullscreen-shell/README new file mode 100644 index 0000000..b74b702 --- /dev/null +++ b/staging/fullscreen-shell/README @@ -0,0 +1,4 @@ +fullscreen shell protocol + +Maintainers: +Simon Ser diff --git a/staging/fullscreen-shell/fullscreen-shell-v2.xml b/staging/fullscreen-shell/fullscreen-shell-v2.xml new file mode 100644 index 0000000..9382474 --- /dev/null +++ b/staging/fullscreen-shell/fullscreen-shell-v2.xml @@ -0,0 +1,87 @@ + + + + Copyright © 2023 Simon Ser + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + + + + This interface provides a mechanism for a client to display simple + full-screen surfaces. + + This protocol can be used by nested compositors. For instance, a simple + full-screen compositor might delegate content to a client. Another + example would be a compositor delegating parts of its content to a + client, for example drawing a status bar icon might be delegated to a + client. The compositor dictates the size of the content. + + Warning! The protocol described in this file is currently in the testing + phase. Backward compatible changes may be added together with the + corresponding interface version bump. Backward incompatible changes can + only be done by creating a new major version of the extension. + + + + + Destroy the wp_fullscreen_shell_v2 object. + + Other objects are unaffected by this change. + + + + + + Obtain a fullscreen surface. + + + + + + + These errors can be emitted in response to invalid requests. + + + + + + + + This object represents a full-screen surface. + + + + + Destroy the wp_fullscreen_surface_v2 object. + + + + + + + + + + + + + +