Merge pull request #545 from emersion/fix-output-destroy

Free fullscreen surface and cursors when destroying output
This commit is contained in:
Drew DeVault 2018-01-01 11:33:43 -05:00 committed by GitHub
commit d438a877fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -55,7 +55,7 @@ struct wlr_output {
float transform_matrix[16];
/* Note: some backends may have zero modes */
// Note: some backends may have zero modes
struct wl_list modes;
struct wlr_output_mode *current_mode;