diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2017-01-14 12:00:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-14 12:00:14 -0500 |
commit | 460cd9cab30da259fb402e59820ec094b798c258 (patch) | |
tree | 2b60a143c8b23355d80b169c2ac6c93e21c79916 /src/gamma-randr.h | |
parent | Merge pull request #419 from jonls/macos-plist (diff) | |
parent | XRandR: Allow multiple but not all CRTCs to be redshifted (diff) | |
download | redshift-ng-460cd9cab30da259fb402e59820ec094b798c258.tar.gz redshift-ng-460cd9cab30da259fb402e59820ec094b798c258.tar.bz2 redshift-ng-460cd9cab30da259fb402e59820ec094b798c258.tar.xz |
Merge pull request #421 from jonls/randr-adjust-multiple
XRandR: Allow multiple but not all CRTCs to be redshifted
Diffstat (limited to 'src/gamma-randr.h')
-rw-r--r-- | src/gamma-randr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gamma-randr.h b/src/gamma-randr.h index 093c41f..1fe7cb3 100644 --- a/src/gamma-randr.h +++ b/src/gamma-randr.h @@ -41,7 +41,8 @@ typedef struct { int preferred_screen; int preserve; int screen_num; - int crtc_num; + int crtc_num_count; + int* crtc_num; unsigned int crtc_count; randr_crtc_state_t *crtcs; } randr_state_t; |