[PATCH 1/2] Introduce keyboard grabbing protocol for Xwayland
Emil Velikov
emil.l.velikov at gmail.com
Tue Apr 4 12:14:17 UTC 2017
Hi Olivier
On 22 March 2017 at 10:33, Olivier Fourdan <ofourdan at redhat.com> wrote:
> This patch introduces a new protocol for grabbing the keyboard from
> Xwayland.
>
> This is needed for X11 applications that map an override redirect window
> (ths not focused by the window manager) and issue an active grab on the
> keyboard to capture all keyboard events.
>
> Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
> ---
> Makefile.am | 2 +
> configure.ac | 2 +-
> unstable/xwayland-keyboard-grab/README | 4 +
Humble question:
Seems like close to none of the READMEs are bundled in the tarball. Is
that intentional ?
> .../xwayland-keyboard-grab-unstable-v1.xml | 101 +++++++++++++++++++++
> 4 files changed, 108 insertions(+), 1 deletion(-)
> create mode 100644 unstable/xwayland-keyboard-grab/README
> create mode 100644 unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml
>
> diff --git a/Makefile.am b/Makefile.am
> index e693afa..d100c13 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -12,6 +12,8 @@ unstable_protocols = \
> unstable/tablet/tablet-unstable-v2.xml \
> unstable/xdg-foreign/xdg-foreign-unstable-v1.xml \
> unstable/idle-inhibit/idle-inhibit-unstable-v1.xml \
> + unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml \
> + unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml \
This line should be part of the patch that introduces the file - 2/2.
Regards,
Emil
More information about the xorg-devel
mailing list