rootston: send presentation events

This commit is contained in:
emersion 2018-10-02 11:46:28 +02:00
parent ba63d77ec1
commit abd3e995ab
4 changed files with 57 additions and 1 deletions

View file

@ -24,6 +24,7 @@ struct roots_output {
struct wl_listener destroy;
struct wl_listener mode;
struct wl_listener transform;
struct wl_listener present;
struct wl_listener damage_frame;
struct wl_listener damage_destroy;
};