diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-28 04:15:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-28 04:15:01 +0200 |
commit | d2bdb3ae8ed01d1d06c9b0ac47412c38ed14393d (patch) | |
tree | 9be18e614dbb648dce4159ada13879c116759592 | |
parent | api basics (diff) | |
download | libgamma-d2bdb3ae8ed01d1d06c9b0ac47412c38ed14393d.tar.gz libgamma-d2bdb3ae8ed01d1d06c9b0ac47412c38ed14393d.tar.bz2 libgamma-d2bdb3ae8ed01d1d06c9b0ac47412c38ed14393d.tar.xz |
on GAMMA_METHOD_MAX and GAMMA_METHOD_COUNT
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | info/libgamma.texinfo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index 5c5afdd..6322e73 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -428,6 +428,17 @@ step was `-10', which it really was not. So if you use this in your program you should receive a warning until you update the value. +In a similar manner, you should all a check to detect +when the value of either @code{GAMMA_METHOD_MAX} or +@code{GAMMA_METHOD_COUNT} (the latter will have value +of one higher than the earlier) have increased. This +will allow you to get a warning for when new adjustment +method have been added so you can take appropriate +actions if required. @command{libgamma} does not only +provide display server abstract, it optionally lets you +choose any available method you want despite of what +display server you are used. + @node GNU Free Documentation License |