diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-01 11:33:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 11:33:43 -0500 |
commit | d438a877fd331bbfa21a17b040dabc6335d2095c (patch) | |
tree | f43059a9571d742ed45fc141fe455a065c3b4fe5 /include | |
parent | ae3810c2a76541c24ad47e7dd4d36f2b142eef52 (diff) | |
parent | 9ac9ba861f2e3ca549f0494ccaa9a2037b6c721d (diff) |
Merge pull request #545 from emersion/fix-output-destroy
Free fullscreen surface and cursors when destroying output
Diffstat (limited to 'include')
-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; |