diff options
author | emersion <contact@emersion.fr> | 2017-12-31 13:00:35 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-12-31 13:00:35 +0100 |
commit | 9ac9ba861f2e3ca549f0494ccaa9a2037b6c721d (patch) | |
tree | 34abf3e71b8a945f9769166604ffa1e0148477db /include/wlr | |
parent | 80ed4d4d20807f021c473b77d44ce6b464afc0c7 (diff) |
Free fullscreen surface and cursors when destroying output
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 8e4f5446..6374ae9b 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -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; |