aboutsummaryrefslogtreecommitdiffstats
path: root/src/state.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-18 15:08:11 +0200
committerMattias Andrée <maandree@kth.se>2016-07-18 15:08:17 +0200
commit08a374cf2a6521a045e148af86d5493ce456a15b (patch)
treed1dd6957d152262fa58cad73169824905a34d6ad /src/state.c
parentImplement disconnect (diff)
downloadcoopgammad-08a374cf2a6521a045e148af86d5493ce456a15b.tar.gz
coopgammad-08a374cf2a6521a045e148af86d5493ce456a15b.tar.bz2
coopgammad-08a374cf2a6521a045e148af86d5493ce456a15b.tar.xz
Implement reconnect
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c5
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 */
+
/**