diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-05-31 16:17:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-05-31 16:17:04 -0400 |
commit | c7f6981d9cdbdb27c415071487ad7974e5b1a94a (patch) | |
tree | 8ca48ad4fe61988a17f1f5dda31841b6be94dcb2 /include | |
parent | 579909a36857575ee23a39abc82d4e3b34096385 (diff) |
Clean up outputs on exit
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/wayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/wayland.h b/include/wlr/wayland.h index 92bfa459..4870b84c 100644 --- a/include/wlr/wayland.h +++ b/include/wlr/wayland.h @@ -41,5 +41,6 @@ struct wlr_output { bool wlr_output_set_mode(struct wlr_output *output, struct wlr_output_mode *mode); void wlr_output_enable(struct wlr_output *output, bool enable); +void wlr_output_destroy(struct wlr_output *output); #endif |