diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
commit | e4283f6d48b98e764b988b43bbc86b9d52e6ec94 (patch) | |
tree | c8f7f7a6c2f5faa2942d27cefc6fd46cca492656 /subprojects/shew/README.md | |
parent | Initial commit. (diff) | |
download | gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.tar.xz gnome-shell-e4283f6d48b98e764b988b43bbc86b9d52e6ec94.zip |
Adding upstream version 43.9.upstream/43.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'subprojects/shew/README.md')
-rw-r--r-- | subprojects/shew/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/subprojects/shew/README.md b/subprojects/shew/README.md new file mode 100644 index 0000000..de15991 --- /dev/null +++ b/subprojects/shew/README.md @@ -0,0 +1,24 @@ +# Shell External Windows + +Shew is a small support library for dealing with external windows. + +The code for creating external windows from a handle that are suitable for +setting a transient parent was copied from [xdg-desktop-portal-gtk]. + +The code for exporting a handle for a GtkWindow is losely based on code +from GTK/[libportal]. + +## Stability +This is an unstable library with no API or ABI guarantees, and no +soname versioning. + +It is not recommended to use it outside the gnome-shell project, and +may only be used as a subproject. + +## License +shew is distributed under the terms of the GNU Lesser General Public License +version 2.1 or later. See the [COPYING][license] file for details. + +[xdg-desktop-portal-gtk]: https://github.com/flatpak/xdg-desktop-portal-gtk +[libportal]: https://github.com/flatpak/libportal +[license]: COPYING |