aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/headless.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/backend/headless.h b/include/backend/headless.h
index e4cc85e4..6aaf5f76 100644
--- a/include/backend/headless.h
+++ b/include/backend/headless.h
@@ -11,6 +11,7 @@ struct wlr_headless_backend {
struct wl_display *display;
struct wl_list outputs;
struct wl_listener display_destroy;
+ bool started;
};
struct wlr_headless_backend_output {
@@ -21,6 +22,7 @@ struct wlr_headless_backend_output {
void *egl_surface;
struct wl_event_source *frame_timer;
+ int frame_delay; // ms
};
#endif