aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-31 13:00:35 +0100
committeremersion <contact@emersion.fr>2017-12-31 13:00:35 +0100
commit9ac9ba861f2e3ca549f0494ccaa9a2037b6c721d (patch)
tree34abf3e71b8a945f9769166604ffa1e0148477db /include/wlr
parent80ed4d4d20807f021c473b77d44ce6b464afc0c7 (diff)
Free fullscreen surface and cursors when destroying output
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_output.h2
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;