Re: Xwayland XDG shell Protocol rootless

2021-03-16 Thread Scott Anderson
On 17/03/21 12:13 am, Julian Albrecht wrote: Hi, At the moment I use Xwayland together with the QWayland compositor. I was wondering why XDG shell is not supported in rootless mode, instead all communication goes through the window manager. Is this a deliberate design decision? Especially fo

Re: [PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-15 Thread Scott Anderson
On 6/08/18 6:09 PM, Scott Anderson wrote: This prevents multiple scroll events happening for wayland compositors which send axis values other than 10. For example, libinput will typically return 15 for each scroll wheel step, and if a wayland compositor sends those to xwayland without

[PATCH xserver] xwayland: use wayland axis_discrete event

2018-08-05 Thread Scott Anderson
axis_discrete+axis pairs) will not happen in between them. So we must keep a list of outstanding axis_discrete events. Signed-off-by: Scott Anderson --- hw/xwayland/xwayland-input.c | 41 +++- hw/xwayland/xwayland.h | 1 + 2 files changed, 41 insertions(+), 1