diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-02 14:53:30 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-02 14:53:30 +0100 |
commit | b3b2b91197c498803b74385e9d3d439f6bd41472 (patch) | |
tree | d3648c445c728bc94047437f23e97a814331ab58 /doc/info/chap/clut-manipulation.texinfo | |
parent | update news (diff) | |
download | libclut-b3b2b91197c498803b74385e9d3d439f6bd41472.tar.gz libclut-b3b2b91197c498803b74385e9d3d439f6bd41472.tar.bz2 libclut-b3b2b91197c498803b74385e9d3d439f6bd41472.tar.xz |
Forgot to stage some files
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/chap/clut-manipulation.texinfo')
-rw-r--r-- | doc/info/chap/clut-manipulation.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/chap/clut-manipulation.texinfo b/doc/info/chap/clut-manipulation.texinfo index 477e107..99fc0f0 100644 --- a/doc/info/chap/clut-manipulation.texinfo +++ b/doc/info/chap/clut-manipulation.texinfo @@ -10,8 +10,8 @@ colour lookup table that shall be manipulated. Pointer to the gamma ramps. This must be a pointer to an instance of a @code{struct} that must at least have the array members @code{red}, @code{green}, and -@code{blue}, whose elements shall be of the time -specified by the parameter @code{type}. The struct +@code{blue}, whose elements shall be of the type +specified by the parameter @code{type}. The @code{struct} must also have the scalar members @code{red_size}, @code{green_size}, and @code{blue_size}, and shall be of the type @code{size_t}; they shall specify the |