aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-randr.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-randr.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-randr.h')
-rw-r--r--src/gamma-randr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamma-randr.h b/src/gamma-randr.h
index 307bdd2..c51c911 100644
--- a/src/gamma-randr.h
+++ b/src/gamma-randr.h
@@ -20,6 +20,7 @@
#ifndef _REDSHIFT_GAMMA_RANDR_H
#define _REDSHIFT_GAMMA_RANDR_H
+#include <stdio.h>
#include <stdint.h>
#include <xcb/xcb.h>
@@ -45,6 +46,7 @@ typedef struct {
int randr_init(randr_state_t *state, char *args);
void randr_free(randr_state_t *state);
+void randr_print_help(FILE *f);
void randr_restore(randr_state_t *state);
int randr_set_temperature(randr_state_t *state, int temp, float gamma[3]);