aboutsummaryrefslogtreecommitdiff
path: root/include/backend/headless.h
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-12-17 13:35:07 +0100
committeremersion <contact@emersion.fr>2017-12-17 13:35:07 +0100
commitb852fb9a2b3842dc6d122a2483c11322beb7a489 (patch)
treea25fbd34078ae03a7e42eb323509189947fda001 /include/backend/headless.h
parent3970264ccffd30ab1bf06d7dab4f6cc176b9d797 (diff)
Minimal working headless output
Diffstat (limited to 'include/backend/headless.h')
-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 56ae626a..e4cc85e4 100644
--- a/include/backend/headless.h
+++ b/include/backend/headless.h
@@ -20,6 +20,7 @@ struct wlr_headless_backend_output {
struct wl_list link;
void *egl_surface;
+ struct wl_event_source *frame_timer;
};
#endif