diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 18:12:36 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-24 18:12:36 +0200 |
commit | 6f044ccad32c653469e7a90dfaa0b72143bf2b01 (patch) | |
tree | 7a0cdd64296f0986aec621511035897f1cc0883e /src/w32gdi.h | |
parent | Update NEWS for 1.3 release. (diff) | |
download | redshift-ng-6f044ccad32c653469e7a90dfaa0b72143bf2b01.tar.gz redshift-ng-6f044ccad32c653469e7a90dfaa0b72143bf2b01.tar.bz2 redshift-ng-6f044ccad32c653469e7a90dfaa0b72143bf2b01.tar.xz |
Use gamma_method_spec_t struct to control and iterate through different
gamma adjustment methods.
Diffstat (limited to 'src/w32gdi.h')
-rw-r--r-- | src/w32gdi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32gdi.h b/src/w32gdi.h index e658699..785807b 100644 --- a/src/w32gdi.h +++ b/src/w32gdi.h @@ -29,7 +29,7 @@ typedef struct { WORD *saved_ramps; } w32gdi_state_t; -int w32gdi_init(w32gdi_state_t *state); +int w32gdi_init(w32gdi_state_t *state, int screen_num, int crtc_num); void w32gdi_free(w32gdi_state_t *state); void w32gdi_restore(w32gdi_state_t *state); int w32gdi_set_temperature(w32gdi_state_t *state, int temp, float gamma[3]); |