mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-18 08:56:28 -05:00
backend/drm: add missing wlr_egl_unset_current
This commit is contained in:
parent
cfed5766b7
commit
d28a7da95d
2 changed files with 8 additions and 2 deletions
|
|
@ -967,6 +967,8 @@ static bool drm_connector_set_cursor(struct wlr_output *output,
|
|||
return false;
|
||||
}
|
||||
|
||||
wlr_egl_unset_current(&plane->surf.renderer->egl);
|
||||
|
||||
plane->cursor_enabled = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue