aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-vidmode.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2015-01-04 16:35:05 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2015-01-04 16:35:05 -0500
commit6711be464ff2b8e08501d776e57b6f47e29af245 (patch)
tree9df16107d36ac46344fa1866ba957f105b2d5345 /src/gamma-vidmode.h
parentredshift: Add gamma_is_valid function to check gamma (diff)
parentw32gdi: Add preserve option to windows GDI method (diff)
downloadredshift-ng-6711be464ff2b8e08501d776e57b6f47e29af245.tar.gz
redshift-ng-6711be464ff2b8e08501d776e57b6f47e29af245.tar.bz2
redshift-ng-6711be464ff2b8e08501d776e57b6f47e29af245.tar.xz
Merge branch 'preserve-gamma'
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;