diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2023-01-09 15:40:03 +0100 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2023-01-17 11:14:19 +0100 |
commit | 8ee85cb228a9f10674213d6da492d7db055ef992 (patch) | |
tree | 2821e7100888de6b5f488bbf926e34afcd81b626 /config.h.meson | |
parent | 5be6e7b18e179a6979b19866d9512389efb3aaef (diff) | |
download | mutter-8ee85cb228a9f10674213d6da492d7db055ef992.tar.gz |
xwayland: Add support for byte-swapped clients
Instructs Xwayland to allow/disallow connections from X11 clients with a
different endianess based on the "xwayland-allow-byte-swapped-clients"
setting.
This option has no effect if Xwayland does not support the command
option +byteswappedclients/-byteswappedclients.
Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/2576
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2785>
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index d7fd48f9b..6f61ddeb0 100644 --- a/config.h.meson +++ b/config.h.meson @@ -106,3 +106,6 @@ /* Whether the Xwayland -terminate supports a delay */ #mesondefine HAVE_XWAYLAND_TERMINATE_DELAY + +/* Whether the Xwayland supports +/-byteswappedclients */ +#mesondefine HAVE_XWAYLAND_BYTE_SWAPPED_CLIENTS |