aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-vidmode.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-05-27 00:17:47 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-05-27 00:17:47 +0200
commit19f734335519996395113c6acbde949dfc60e167 (patch)
tree9bb21c48b0791aee476953bc2efb3ae5044d2708 /src/gamma-vidmode.h
parentRemove unused parameters in help text output. (diff)
downloadredshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.gz
redshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.bz2
redshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.xz
Let gamma methods and location providers print help on option parameters.
Diffstat (limited to 'src/gamma-vidmode.h')
-rw-r--r--src/gamma-vidmode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamma-vidmode.h b/src/gamma-vidmode.h
index 7c351c9..8a4ef9f 100644
--- a/src/gamma-vidmode.h
+++ b/src/gamma-vidmode.h
@@ -20,6 +20,7 @@
#ifndef _REDSHIFT_GAMMA_VIDMODE_H
#define _REDSHIFT_GAMMA_VIDMODE_H
+#include <stdio.h>
#include <stdint.h>
#include <X11/Xlib.h>
@@ -33,6 +34,7 @@ typedef struct {
int vidmode_init(vidmode_state_t *state, char *args);
void vidmode_free(vidmode_state_t *state);
+void vidmode_print_help(FILE *f);
void vidmode_restore(vidmode_state_t *state);
int vidmode_set_temperature(vidmode_state_t *state, int temp, float gamma[3]);