aboutsummaryrefslogtreecommitdiffstats
path: root/servers-crtc.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-14 15:51:39 +0200
committerMattias Andrée <m@maandree.se>2024-10-14 15:51:39 +0200
commitc3d5fdc6fba10b7ab71bb5437f8fdad4b2038b3d (patch)
treead62569e3baac1a2b051cf8f6cab00233a17621c /servers-crtc.c
parentUpdate e-mail (diff)
downloadcoopgammad-master.tar.gz
coopgammad-master.tar.bz2
coopgammad-master.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
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) {