From a34be09402fffe68f85fc0f8007f4489fd3a3a41 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 18 Jul 2024 00:00:18 +0200 Subject: Update for libgamma 0.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- state.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'state.c') 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? -- cgit v1.2.3-70-g09d2