diff options
Diffstat (limited to 'src/state.c')
-rw-r--r-- | src/state.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/state.c b/src/state.c index 0a0a369..d140789 100644 --- a/src/state.c +++ b/src/state.c @@ -134,6 +134,11 @@ libgamma_partition_state_t* restrict partitions = NULL; /* do not marshal */ */ libgamma_crtc_state_t* restrict crtcs = NULL; /* do not marshal */ +/** + * Preserve gamma ramps at priority 0? + */ +int preserve = 0; /* do not marshal, pass on via command line arguments */ + /** |