wlroots/backend
Simon Ser 5da9ad3e34 backend/x11: re-send last buffer on expose event
Instead of requesting a new frame from the compositor when we
receive an expose event, re-submit the last frame. This makes the
X11 backend behave like the other backends and removes the last
wlr_output_update_needs_frame() call in backends, at the cost of
keeping the current buffer locked for potentially a longer time.
2023-08-16 10:45:07 +02:00
..
drm backend/drm: restore custom modes 2023-07-26 17:08:47 +00:00
headless Use wl_container_of() instead of casts 2023-07-11 20:16:17 +02:00
libinput Use wl_container_of() instead of casts 2023-07-11 20:16:17 +02:00
multi Use wl_container_of() instead of casts 2023-07-11 20:16:17 +02:00
session backend/session: make optional 2022-11-25 16:15:29 +00:00
wayland backend/wayland: log output test failure reasons 2023-07-18 15:26:54 -07:00
x11 backend/x11: re-send last buffer on expose event 2023-08-16 10:45:07 +02:00
backend.c Use struct initializers instead of memset() 2023-07-07 17:31:11 +02:00
meson.build backend/session: make optional 2022-11-25 16:15:29 +00:00