Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-25 | backend/drm: drop wl_display argument | Simon Ser | |
We can grab the event loop from the wlr_session instead. | |||
2023-11-23 | backend/session: take wl_event_loop instead of wl_display | Simon Ser | |
wl_display holds a lot more than wlr_session needs: wlr_session only needs to wait for a FD to become readable, but wl_display provides full access to the Wayland client and protocol objects. Switch to wl_event_loop to better reflect the above. | |||
2023-10-03 | treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical | Alexander Orzechowski | |
2021-12-13 | backend/drm: add wlr_drm_backend_monitor | Chris Chamberlain | |
This helper is responsible for listening for new DRM devices and create new child DRM backends as necessary. |