From 9ac9ba861f2e3ca549f0494ccaa9a2037b6c721d Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 31 Dec 2017 13:00:35 +0100 Subject: Free fullscreen surface and cursors when destroying output --- include/wlr/types/wlr_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr') 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; -- cgit v1.2.3