Clean up resources when plane is reassigned

This commit is contained in:
Scott Anderson 2017-08-05 21:29:58 +12:00
parent 2f8b5c4448
commit aedfa27d3a
3 changed files with 110 additions and 63 deletions

View file

@ -148,7 +148,6 @@ struct wlr_output_state {
uint32_t cursor_width, cursor_height;
bool pageflip_pending;
bool cleanup;
};
bool wlr_drm_check_features(struct wlr_backend_state *drm);