wlroots/backend/libinput
Simon Ser 3b3640dda4 backend: add wlr_backend.event_loop
Many objects depending on wlr_backend need access to the event
loop. Storing it here will simplify wlr_output when combined
with [1], and will allow wlr_renderer_autocreate() to have access
to the event loop.

[1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4310
2023-12-04 11:35:35 +01:00
..
backend.c backend: add wlr_backend.event_loop 2023-12-04 11:35:35 +01:00
events.c treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
keyboard.c backend/libinput: use struct initializers for events 2023-06-14 15:20:41 +02:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00
pointer.c backend/libinput: use struct initializers for events 2023-06-14 15:20:41 +02:00
switch.c backend/libinput: use struct initializers for events 2023-06-14 15:20:41 +02:00
tablet_pad.c treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
tablet_tool.c treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
touch.c backend/libinput: use struct initializers for events 2023-06-14 15:20:41 +02:00