mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -05:00
Implement the presentation-time protocol
This commit is contained in:
parent
7160b8aae9
commit
a654ac1bd6
5 changed files with 108 additions and 89 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue