Free fullscreen surface and cursors when destroying output

This commit is contained in:
emersion 2017-12-31 13:00:35 +01:00
parent 80ed4d4d20
commit 9ac9ba861f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
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;