aboutsummaryrefslogtreecommitdiffstats
path: root/servers-crtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'servers-crtc.c')
-rw-r--r--servers-crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers-crtc.c b/servers-crtc.c
index 24018e1..9171586 100644
--- a/servers-crtc.c
+++ b/servers-crtc.c
@@ -53,7 +53,7 @@ handle_enumerate_crtcs(size_t conn, const char *restrict message_id)
* @return The name of the CRTC, `NULL` on error
*/
char *
-get_crtc_name(const libgamma_crtc_information_t *restrict info, const libgamma_crtc_state_t *restrict crtc)
+get_crtc_name(const struct libgamma_crtc_information *restrict info, const struct libgamma_crtc_state *restrict crtc)
{
char *name;
if (!info->edid_error && info->edid) {