diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 07:43:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 07:43:09 +0200 |
commit | 35444bf35a56805029a090a408d5a51464803cae (patch) | |
tree | 4bd2c51ebfba4ab4a7ef6e47f034941146de9afb /src/libgamma-error.h | |
parent | reorder functions (diff) | |
download | libgamma-35444bf35a56805029a090a408d5a51464803cae.tar.gz libgamma-35444bf35a56805029a090a408d5a51464803cae.tar.bz2 libgamma-35444bf35a56805029a090a408d5a51464803cae.tar.xz |
m + add gamma sets with mapping function rather than lookup tables
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/libgamma-error.h')
-rw-r--r-- | src/libgamma-error.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libgamma-error.h b/src/libgamma-error.h index a3c5387..acafacf 100644 --- a/src/libgamma-error.h +++ b/src/libgamma-error.h @@ -25,6 +25,12 @@ */ #define LIBGAMMA_NO_SUCH_ADJUSTMENT_METHOD -1 +/** + * `errno` has be set with a standard error number + * to indicate the what has gone wrong + */ +#define LIBGAMMA_ERRNO_SET -2 + #endif |