aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/headless.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/headless.h b/include/backend/headless.h
index 564cb154..5681c2bd 100644
--- a/include/backend/headless.h
+++ b/include/backend/headless.h
@@ -17,6 +17,7 @@ struct wlr_headless_backend {
size_t last_output_num;
struct wl_list input_devices;
struct wl_listener display_destroy;
+ struct wl_listener renderer_destroy;
bool started;
GLenum internal_format;
};