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 /types-output.h | |
parent | Empty signed commit (diff) | |
download | coopgammad-a34be09402fffe68f85fc0f8007f4489fd3a3a41.tar.gz coopgammad-a34be09402fffe68f85fc0f8007f4489fd3a3a41.tar.bz2 coopgammad-a34be09402fffe68f85fc0f8007f4489fd3a3a41.tar.xz |
Update for libgamma 0.7.41.3.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'types-output.h')
-rw-r--r-- | types-output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types-output.h b/types-output.h index ca5bf61..17890a0 100644 --- a/types-output.h +++ b/types-output.h @@ -184,7 +184,7 @@ struct output { /** * The libgamma state for the output */ - libgamma_crtc_state_t *restrict crtc; + struct libgamma_crtc_state *restrict crtc; /** * Saved gamma ramps |