aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32gdi.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-05-24 21:26:06 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-05-24 21:26:06 +0200
commit1d88c2b10ca295ddd8636cc0338bb07d76bfae04 (patch)
treec0d676c0fa818cba8c5b883ae4094707cb7c651d /src/w32gdi.h
parentMove gamma method spec structs to redshift.h (diff)
downloadredshift-ng-1d88c2b10ca295ddd8636cc0338bb07d76bfae04.tar.gz
redshift-ng-1d88c2b10ca295ddd8636cc0338bb07d76bfae04.tar.bz2
redshift-ng-1d88c2b10ca295ddd8636cc0338bb07d76bfae04.tar.xz
Pass arguments as string to adjustment methods.
Diffstat (limited to 'src/w32gdi.h')
-rw-r--r--src/w32gdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32gdi.h b/src/w32gdi.h
index 6a7c1c2..99ba3ee 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 screen_num, int crtc_num);
+int w32gdi_init(w32gdi_state_t *state, char *args);
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]);