Implement the presentation-time protocol

This commit is contained in:
emersion 2018-10-23 23:38:57 +02:00
parent 7160b8aae9
commit a654ac1bd6
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 108 additions and 89 deletions

View file

@ -40,6 +40,7 @@ struct sway_output {
struct wl_listener mode;
struct wl_listener transform;
struct wl_listener scale;
struct wl_listener present;
struct wl_listener damage_destroy;
struct wl_listener damage_frame;