aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-randr.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-28 23:00:33 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2015-01-04 16:34:33 -0500
commit77e2c3b88b47ec899a68fe6d9d5275950bcf3cec (patch)
tree7df08ab0451bde510d46e33f4abcdffa2112dcb3 /src/gamma-randr.h
parentcolorramp: Use supplied gamma ramps as initial value (diff)
downloadredshift-ng-77e2c3b88b47ec899a68fe6d9d5275950bcf3cec.tar.gz
redshift-ng-77e2c3b88b47ec899a68fe6d9d5275950bcf3cec.tar.bz2
redshift-ng-77e2c3b88b47ec899a68fe6d9d5275950bcf3cec.tar.xz
randr: Add preserve option to RandR method
Diffstat (limited to 'src/gamma-randr.h')
-rw-r--r--src/gamma-randr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamma-randr.h b/src/gamma-randr.h
index e541379..093c41f 100644
--- a/src/gamma-randr.h
+++ b/src/gamma-randr.h
@@ -39,6 +39,7 @@ typedef struct {
xcb_connection_t *conn;
xcb_screen_t *screen;
int preferred_screen;
+ int preserve;
int screen_num;
int crtc_num;
unsigned int crtc_count;