diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-29 01:02:06 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2015-01-04 16:34:34 -0500 |
commit | 699e25b33c98e31868d43cbe91e769ba05b840e6 (patch) | |
tree | 9df16107d36ac46344fa1866ba957f105b2d5345 /src/gamma-w32gdi.h | |
parent | vidmode: Add preserve option to VidMode method (diff) | |
download | redshift-ng-699e25b33c98e31868d43cbe91e769ba05b840e6.tar.gz redshift-ng-699e25b33c98e31868d43cbe91e769ba05b840e6.tar.bz2 redshift-ng-699e25b33c98e31868d43cbe91e769ba05b840e6.tar.xz |
w32gdi: Add preserve option to windows GDI method
Diffstat (limited to 'src/gamma-w32gdi.h')
-rw-r--r-- | src/gamma-w32gdi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamma-w32gdi.h b/src/gamma-w32gdi.h index 1f985c8..6e73cd1 100644 --- a/src/gamma-w32gdi.h +++ b/src/gamma-w32gdi.h @@ -28,6 +28,7 @@ typedef struct { WORD *saved_ramps; + int preserve; } w32gdi_state_t; |