aboutsummaryrefslogtreecommitdiffstats
path: root/src/randr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/randr.h')
-rw-r--r--src/randr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/randr.h b/src/randr.h
index 6e11274..8e8e56e 100644
--- a/src/randr.h
+++ b/src/randr.h
@@ -25,6 +25,9 @@
#include <xcb/xcb.h>
#include <xcb/randr.h>
+#include "redshift.h"
+
+
typedef struct {
xcb_randr_crtc_t crtc;
unsigned int ramp_size;
@@ -45,4 +48,5 @@ void randr_free(randr_state_t *state);
void randr_restore(randr_state_t *state);
int randr_set_temperature(randr_state_t *state, int temp, float gamma[3]);
+
#endif /* ! _REDSHIFT_RANDR_H */