mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Updated DRM cursor rendering
This commit is contained in:
parent
aedfa27d3a
commit
1db97a9af9
6 changed files with 173 additions and 132 deletions
|
|
@ -53,6 +53,7 @@ static void session_signal(struct wl_listener *listener, void *data) {
|
|||
for (size_t i = 0; i < drm->outputs->length; ++i) {
|
||||
struct wlr_output_state *output = drm->outputs->items[i];
|
||||
wlr_drm_output_start_renderer(output);
|
||||
wlr_drm_crtc_set_cursor(drm, output->crtc);
|
||||
}
|
||||
} else {
|
||||
wlr_log(L_INFO, "DRM fd paused");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue