diff options
| author | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 18:14:47 -0500 |
|---|---|---|
| committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-19 18:14:47 -0500 |
| commit | 4e804ef40f46136d4fe84603a8236adc172260f8 (patch) | |
| tree | 69cb832df15bf0235b98a1c44955f3548ba9461b /include | |
| parent | 1a96ce0c53c84295d33b143e1b6cf02cb7017d50 (diff) | |
| download | wlroots-4e804ef40f46136d4fe84603a8236adc172260f8.tar.xz | |
add backend destroy event
Diffstat (limited to 'include')
| -rw-r--r-- | include/wlr/backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h index 2c8fd982..4632dcbf 100644 --- a/include/wlr/backend.h +++ b/include/wlr/backend.h @@ -11,6 +11,7 @@ struct wlr_backend { const struct wlr_backend_impl *impl; struct { + struct wl_signal destroy; struct wl_signal input_add; struct wl_signal input_remove; struct wl_signal output_add; |
