From 1d29f92349843851d26cc453598cbe3a3f4fd5f1 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 11 Oct 2017 20:57:29 -0700 Subject: Move module structures out of headers --- src/gamma-quartz.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/gamma-quartz.h') diff --git a/src/gamma-quartz.h b/src/gamma-quartz.h index 3c1a8c1..9a40137 100644 --- a/src/gamma-quartz.h +++ b/src/gamma-quartz.h @@ -20,26 +20,8 @@ #ifndef REDSHIFT_GAMMA_QUARTZ_H #define REDSHIFT_GAMMA_QUARTZ_H -#include - -#include - #include "redshift.h" - -typedef struct { - CGDirectDisplayID display; - uint32_t ramp_size; - float *saved_ramps; -} quartz_display_state_t; - -typedef struct { - quartz_display_state_t *displays; - uint32_t display_count; - int preserve; -} quartz_state_t; - - extern const gamma_method_t quartz_gamma_method; #endif /* ! REDSHIFT_GAMMA_QUARTZ_H */ -- cgit v1.2.3-70-g09d2