aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-16 22:28:53 -0700
committerJon Lund Steffensen <jonlst@gmail.com>2017-08-17 20:24:32 -0700
commit00e2d538e8774ab9e3cf1ec220ac1c76ecdb585e (patch)
tree9b6adf7c9c05b4b06526fca23b4561946359db0b /src/redshift.c
parentcorelocation: Update continuously (diff)
downloadredshift-ng-00e2d538e8774ab9e3cf1ec220ac1c76ecdb585e.tar.gz
redshift-ng-00e2d538e8774ab9e3cf1ec220ac1c76ecdb585e.tar.bz2
redshift-ng-00e2d538e8774ab9e3cf1ec220ac1c76ecdb585e.tar.xz
geoclue2: Update continuously
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c3
1 files changed, 3 insertions, 0 deletions
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