diff options
author | Mattias Andrée <maandree@kth.se> | 2024-07-18 00:00:18 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-07-18 00:00:18 +0200 |
commit | a34be09402fffe68f85fc0f8007f4489fd3a3a41 (patch) | |
tree | bca8c543d072ba6a3a9c0919c3e8023733fd9de0 /servers-crtc.h | |
parent | Empty signed commit (diff) | |
download | coopgammad-656d58ecc7c6db5c0b3feea6cbcec066885dc973.tar.gz coopgammad-656d58ecc7c6db5c0b3feea6cbcec066885dc973.tar.bz2 coopgammad-656d58ecc7c6db5c0b3feea6cbcec066885dc973.tar.xz |
Update for libgamma 0.7.41.3.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | servers-crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers-crtc.h b/servers-crtc.h index 08e4b02..64606b2 100644 --- a/servers-crtc.h +++ b/servers-crtc.h @@ -33,7 +33,7 @@ int handle_enumerate_crtcs(size_t conn, const char *restrict message_id); * @return The name of the CRTC, `NULL` on error */ GCC_ONLY(__attribute__((__nonnull__))) -char *get_crtc_name(const libgamma_crtc_information_t *restrict info, const libgamma_crtc_state_t *restrict crtc); +char *get_crtc_name(const struct libgamma_crtc_information *restrict info, const struct libgamma_crtc_state *restrict crtc); /** * Initialise the site |