aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/x11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/x11.h b/include/backend/x11.h
index 707f4ca8..c46c944f 100644
--- a/include/backend/x11.h
+++ b/include/backend/x11.h
@@ -36,6 +36,7 @@ struct wlr_x11_backend {
struct wlr_egl egl;
struct wl_event_source *event_source;
+ struct wl_event_source *frame_timer;
};
#endif