mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Add support for linux-explicit-synchronization-unstable-v1
This commit is contained in:
parent
eeb90a7963
commit
5083b1b386
4 changed files with 27 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue