diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h index 0a09023..32a6cb1 100644 --- a/src/state.h +++ b/src/state.h @@ -151,6 +151,11 @@ extern libgamma_partition_state_t* restrict partitions; */ extern libgamma_crtc_state_t* restrict crtcs; +/** + * Preserve gamma ramps at priority 0? + */ +extern int preserve; + /** |