wlroots/backend
Simon Ser caeed70f28 backend/x11: create per-window present event contexts
The Present protocol states:

> An event context is associated with a specific window; using an existing
> event context with a different window generates a Match error.

Instead of a global event context, use a per-window event context to fix
this error:

    [backend/x11/backend.c:608] X11 error: op Present (SelectInput), code Match (no extension), sequence 63, value 4194307

Closes: https://github.com/swaywm/wlroots/issues/2577
2020-12-28 16:57:56 +01:00
..
drm drm: add fallback drmModeAddFB for drivers which do not support drmModeAddFB2 2020-12-28 14:15:04 +01:00
headless backend/headless: select the rendering device ourselves 2020-12-16 12:12:36 +01:00
libinput backend/session: replace session_signal with events.active 2020-11-19 22:47:49 +01:00
multi backend/multi: handle backends depending on each other properly 2020-05-02 19:36:03 +02:00
noop backend/noop: add missing rollback_render output impl 2020-06-19 13:07:24 -06:00
session backend/session/libseat: set XDG_SESSION_TYPE 2020-12-05 00:14:04 +01:00
wayland Stop using wlr_texture_get_size 2020-12-25 12:21:29 +01:00
x11 backend/x11: create per-window present event contexts 2020-12-28 16:57:56 +01:00
backend.c backend/session: operate on wlr_device 2020-11-19 22:47:49 +01:00
meson.build Drop RDP backend 2020-01-10 19:38:39 +01:00