mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
view: add max_render_time
This commit is contained in:
parent
5421198489
commit
bd9a53f1a3
12 changed files with 125 additions and 18 deletions
|
|
@ -108,6 +108,8 @@ struct sway_view {
|
|||
} events;
|
||||
|
||||
struct wl_listener surface_new_subsurface;
|
||||
|
||||
int max_render_time; // In milliseconds
|
||||
};
|
||||
|
||||
struct sway_xdg_shell_view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue