Add timer for rendering loop

This commit is contained in:
Scott Anderson 2017-09-28 21:46:58 +13:00
parent 38bc0ab1cc
commit 8027232ae5
2 changed files with 14 additions and 1 deletions

View file

@ -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