Re: [PATCH wayland-protocols v6 1/2] Introduce keyboard grabbing protocol for Xwayland

2017-07-11 Thread Jonas Ã…dahl
On Fri, Jun 30, 2017 at 06:10:01PM +0200, Olivier Fourdan 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 > (thus not focused by the window manager) and issue an active grab on the

[PATCH wayland-protocols v6 1/2] Introduce keyboard grabbing protocol for Xwayland

2017-06-30 Thread Olivier Fourdan
This patch introduces a new protocol for grabbing the keyboard from Xwayland. This is needed for X11 applications that map an override redirect window (thus not focused by the window manager) and issue an active grab on the keyboard to capture all keyboard events. Signed-off-by: Olivier Fourdan