diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-23 18:06:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-23 18:06:55 +0200 |
commit | c72d3e949746dee99e57354f4b9979902cd3c6ea (patch) | |
tree | b40dfb06f8f91c5f6537dfd0cfd08a44882aa7bf /src/gamma-x-randr.h | |
parent | implement gamma-x-vidmode (diff) | |
download | libgamma-c72d3e949746dee99e57354f4b9979902cd3c6ea.tar.gz libgamma-c72d3e949746dee99e57354f4b9979902cd3c6ea.tar.bz2 libgamma-c72d3e949746dee99e57354f4b9979902cd3c6ea.tar.xz |
gamma-x-randr: everything except init and info
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/gamma-x-randr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-x-randr.h b/src/gamma-x-randr.h index 0ec432d..4a49dc2 100644 --- a/src/gamma-x-randr.h +++ b/src/gamma-x-randr.h @@ -112,7 +112,7 @@ int libgamma_x_randr_crtc_initialise(libgamma_crtc_state_t* restrict this, * * @param this The CRTC state */ -void libgamma_x_randr_crtc_destroy(libgamma_crtc_state_t* restrict this); +void libgamma_x_randr_crtc_destroy(libgamma_crtc_state_t* restrict this) __attribute__((const)); /** * Restore the gamma ramps for a CRTC to the system settings for that CRTC |