aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-vidmode.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-29 00:53:50 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2015-01-04 16:34:33 -0500
commitaaf455c9ae42e2a75f1aa746134161206f0bc9b2 (patch)
tree6505ef2fb1f9cb420419f87cd9f2ea24a9fc90e0 /src/gamma-vidmode.h
parentquartz: Add preserve option to Quartz method (diff)
downloadredshift-ng-aaf455c9ae42e2a75f1aa746134161206f0bc9b2.tar.gz
redshift-ng-aaf455c9ae42e2a75f1aa746134161206f0bc9b2.tar.bz2
redshift-ng-aaf455c9ae42e2a75f1aa746134161206f0bc9b2.tar.xz
vidmode: Add preserve option to VidMode method
Diffstat (limited to 'src/gamma-vidmode.h')
-rw-r--r--src/gamma-vidmode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamma-vidmode.h b/src/gamma-vidmode.h
index 05f5919..4b6cecc 100644
--- a/src/gamma-vidmode.h
+++ b/src/gamma-vidmode.h
@@ -29,6 +29,7 @@
typedef struct {
Display *display;
+ int preserve;
int screen_num;
int ramp_size;
uint16_t *saved_ramps;