From 6f044ccad32c653469e7a90dfaa0b72143bf2b01 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 24 May 2010 18:12:36 +0200 Subject: Use gamma_method_spec_t struct to control and iterate through different gamma adjustment methods. --- src/w32gdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/w32gdi.h') 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]); -- cgit v1.2.3-70-g09d2