mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Changed modesetting interface.
This commit is contained in:
parent
d196a79b6c
commit
ef9768858e
6 changed files with 218 additions and 225 deletions
|
|
@ -90,7 +90,7 @@ error_backend:
|
|||
static void free_output(void *item)
|
||||
{
|
||||
struct wlr_drm_output *out = item;
|
||||
wlr_drm_output_free(out, true);
|
||||
wlr_drm_output_cleanup(out, true);
|
||||
free(out);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue