aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-09-28 21:46:58 +1300
committerScott Anderson <ascent12@hotmail.com>2017-09-29 16:15:09 +1300
commit8027232ae56f0d02c6c1ce1033a5e1b9a2b54b7f (patch)
tree921c87c9dcc31edf24cd67f923a6662077cfda0e /include/backend
parent38bc0ab1ccefccc521e58e31762fc156bacaadcf (diff)
Add timer for rendering loop
Diffstat (limited to 'include/backend')
-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