Hi Olivier On 22 March 2017 at 10:33, Olivier Fourdan <[email protected]> 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 <[email protected]> > --- > 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
