aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2017-08-16 22:28:38 -0700
committerJon Lund Steffensen <jonlst@gmail.com>2017-08-17 20:24:32 -0700
commitdf10508e30ad8a8eab43ef1e3666efa3af1f73ef (patch)
treebde158d1fe723124a62abbc31dbff76c754ee00c /src/redshift.c
parentpipeutils: Add utils for pipe signals (diff)
downloadredshift-ng-df10508e30ad8a8eab43ef1e3666efa3af1f73ef.tar.gz
redshift-ng-df10508e30ad8a8eab43ef1e3666efa3af1f73ef.tar.bz2
redshift-ng-df10508e30ad8a8eab43ef1e3666efa3af1f73ef.tar.xz
corelocation: 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 bf0ab86..e1b9593 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_CORELOCATION
+ location_corelocation_state_t corelocation;
+#endif
} location_state_t;