aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-randr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma-randr.h')
-rw-r--r--src/gamma-randr.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gamma-randr.h b/src/gamma-randr.h
index 1fe7cb3..a44205d 100644
--- a/src/gamma-randr.h
+++ b/src/gamma-randr.h
@@ -48,16 +48,7 @@ typedef struct {
} randr_state_t;
-int randr_init(randr_state_t *state);
-int randr_start(randr_state_t *state);
-void randr_free(randr_state_t *state);
-
-void randr_print_help(FILE *f);
-int randr_set_option(randr_state_t *state, const char *key, const char *value);
-
-void randr_restore(randr_state_t *state);
-int randr_set_temperature(randr_state_t *state,
- const color_setting_t *setting);
+extern const gamma_method_t randr_gamma_method;
#endif /* ! REDSHIFT_GAMMA_RANDR_H */