diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-22 20:59:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-22 20:59:02 +0200 |
commit | 16034a633e97e49e11e52d967feaba971d4c8547 (patch) | |
tree | aedce5be33dfce586ece0e8e57d1124f5af0d406 /src/libgamma-method.h | |
parent | m + add fake quartz (diff) | |
download | libgamma-16034a633e97e49e11e52d967feaba971d4c8547.tar.gz libgamma-16034a633e97e49e11e52d967feaba971d4c8547.tar.bz2 libgamma-16034a633e97e49e11e52d967feaba971d4c8547.tar.xz |
m misc + gamma-quartz-cg
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/libgamma-method.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libgamma-method.h b/src/libgamma-method.h index f9d625a..58b364d 100644 --- a/src/libgamma-method.h +++ b/src/libgamma-method.h @@ -525,9 +525,11 @@ typedef struct libgamma_crtc_information /** - * The bit-depth of the value axes of gamma ramps + * The bit-depth of the value axes of gamma ramps, + * -1 for single precision floating point, and -2 for + * double precision floating point. */ - size_t gamma_depth; + signed gamma_depth; /** * Zero on success, positive it holds the value `errno` had |