From 00e2d538e8774ab9e3cf1ec220ac1c76ecdb585e Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 16 Aug 2017 22:28:53 -0700 Subject: geoclue2: Update continuously --- src/redshift.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/redshift.c') diff --git a/src/redshift.c b/src/redshift.c index e1b9593..32def0b 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -206,6 +206,9 @@ static const gamma_method_t gamma_methods[] = { /* Union of state data for location providers */ typedef union { location_manual_state_t manual; +#ifdef ENABLE_GEOCLUE2 + location_geoclue2_state_t geoclue2; +#endif #ifdef ENABLE_CORELOCATION location_corelocation_state_t corelocation; #endif -- cgit v1.2.3-70-g09d2