Changed modesetting interface.

This commit is contained in:
Scott Anderson 2017-05-03 22:40:19 +12:00
parent d196a79b6c
commit ef9768858e
6 changed files with 218 additions and 225 deletions

View file

@ -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);
}