aboutsummaryrefslogtreecommitdiffstats
path: root/state.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-07-18 00:00:18 +0200
committerMattias Andrée <maandree@kth.se>2024-07-18 00:00:18 +0200
commita34be09402fffe68f85fc0f8007f4489fd3a3a41 (patch)
treebca8c543d072ba6a3a9c0919c3e8023733fd9de0 /state.c
parentEmpty signed commit (diff)
downloadcoopgammad-master.tar.gz
coopgammad-master.tar.bz2
coopgammad-master.tar.xz
Update for libgamma 0.7.4HEAD1.3.2master
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'state.c')
-rw-r--r--state.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/state.c b/state.c
index 5aabf0e..f3ddffa 100644
--- a/state.c
+++ b/state.c
@@ -107,17 +107,17 @@ char *restrict sitename = NULL;
/**
* The libgamma site state
*/
-libgamma_site_state_t site; /* do not marshal */
+struct libgamma_site_state site; /* do not marshal */
/**
* The libgamma partition states
*/
-libgamma_partition_state_t *restrict partitions = NULL; /* do not marshal */
+struct libgamma_partition_state *restrict partitions = NULL; /* do not marshal */
/**
* The libgamma CRTC states
*/
-libgamma_crtc_state_t *restrict crtcs = NULL; /* do not marshal */
+struct libgamma_crtc_state *restrict crtcs = NULL; /* do not marshal */
/**
* Preserve gamma ramps at priority 0?