mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Add timer for rendering loop
This commit is contained in:
parent
38bc0ab1cc
commit
8027232ae5
2 changed files with 14 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue