Add support for linux-explicit-synchronization-unstable-v1

This commit is contained in:
Simon Ser 2020-03-15 15:20:39 +01:00
parent eeb90a7963
commit 5083b1b386
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 27 additions and 0 deletions

View file

@ -57,6 +57,8 @@ struct sway_output {
uint32_t refresh_nsec;
int max_render_time; // In milliseconds
struct wl_event_source *repaint_timer;
list_t *textured_buffers;
};
struct sway_output *output_create(struct wlr_output *wlr_output);