xserver/hw/xwayland
Povilas Kanapickas 0146fd6d36 xwayland: Fix a race condition when setting up input devices
The compositor may send us wl_seat and its capabilities before sending
e.g. relative_pointer_manager or pointer_gesture interfaces. This would
result in devices being created in capabilities handler, but listeners
not, because the interfaces weren't available at the time. So we
manually attempt to setup listeners again.

Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2021-12-04 15:55:21 +00:00
..
man Remove autotools support 2021-10-27 13:15:40 +03:00
.gitignore
drm.xml
meson.build xwayland: Implement support for touchpad gestures 2021-12-04 15:55:21 +00:00
xwayland-cursor.c xwayland: Add xwl_cursor_clear_frame_cb() 2021-10-25 12:05:42 +00:00
xwayland-cursor.h xwayland: Add xwl_cursor_clear_frame_cb() 2021-10-25 12:05:42 +00:00
xwayland-cvt.c
xwayland-cvt.h
xwayland-glamor-eglstream.c xwayland/glamor: Change errors to verbose messages 2021-12-01 15:13:11 +01:00
xwayland-glamor-gbm.c xwayland/glamor: Change errors to verbose messages 2021-12-01 15:13:11 +01:00
xwayland-glamor-xv.c
xwayland-glamor.c xwayland/eglstream: Prefer EGLstream if available 2021-12-02 08:13:49 +00:00
xwayland-glamor.h
xwayland-glx.c
xwayland-glx.h
xwayland-input.c xwayland: Fix a race condition when setting up input devices 2021-12-04 15:55:21 +00:00
xwayland-input.h xwayland: Implement support for touchpad gestures 2021-12-04 15:55:21 +00:00
xwayland-output.c xwayland: Notify of root size change with XRandR emulation 2021-10-12 08:05:47 +00:00
xwayland-output.h
xwayland-pixmap.c
xwayland-pixmap.h
xwayland-present.c
xwayland-present.h
xwayland-screen.c
xwayland-screen.h xwayland: Implement support for touchpad gestures 2021-12-04 15:55:21 +00:00
xwayland-shm.c xwayland/shm: Avoid integer overflow on large pixmaps 2021-10-05 10:00:02 +00:00
xwayland-shm.h
xwayland-types.h
xwayland-vidmode.c
xwayland-vidmode.h
xwayland-window-buffers.c
xwayland-window-buffers.h
xwayland-window.c
xwayland-window.h
xwayland.c xwayland: fix -noTouchPointerEmulation 2021-10-22 18:19:48 +02:00
xwayland.pc.in