sway/config/output: Add max_render_time=auto option

This commit is contained in:
Andri Yngvason 2022-09-24 15:22:30 +00:00
parent ccf1cc7c2d
commit ff14df6db3
3 changed files with 11 additions and 2 deletions

View file

@ -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.
*/