mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
sway/config/output: Add max_render_time=auto option
This commit is contained in:
parent
ccf1cc7c2d
commit
ff14df6db3
3 changed files with 11 additions and 2 deletions
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
// TODO: Refactor this shit
|
||||
|
||||
#define MAX_RENDER_TIME_OFF 0
|
||||
#define MAX_RENDER_TIME_AUTO -2
|
||||
|
||||
/**
|
||||
* Describes a variable created via the `set` command.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue