Commits on Source (1)
-
Peter Hutterer authored
This extension exists to serve one purpose: reliably identifying Xwayland. Previous attempts at doing so included querying root window properties, output names or input device names. All these attempts are somewhat unreliable. Instead, let's use an extension - where that extension is present we have an Xwayland server. Clients should never need to do anything but check whether the extension exists through XQueryExtension or search through XListExtensions. This extension provides a single QueryVersion request only, and that is only to provide future compatibility if we ever need anything other than "this extension exists" functionality. xorg/proto/xorgproto!54 Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- .gitlab-ci/debian-install.sh 2 additions, 2 deletions.gitlab-ci/debian-install.sh
- hw/xwayland/xwayland.c 94 additions, 0 deletionshw/xwayland/xwayland.c
- include/meson.build 1 addition, 0 deletionsinclude/meson.build
- include/xwayland-config.h.meson.in 3 additions, 0 deletionsinclude/xwayland-config.h.meson.in
- meson.build 1 addition, 0 deletionsmeson.build