From 1533b14ede6afbe2ce2e0263bb06921fc3d2c6cd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Jan 2016 17:46:54 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libclut.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/libclut.h b/src/libclut.h index 0601dd0..9421b29 100644 --- a/src/libclut.h +++ b/src/libclut.h @@ -565,12 +565,12 @@ * structures from libgamma can be used. * @param max The maximum value on each stop in the ramps. * @param type The data type used for each stop in the ramps. - * @param x The desired emulated red encoding resolution, 0 for unchanged. - * @param y The desired emulated red output resolution, 0 for unchanged. - * @param x The desired emulated green encoding resolution, 0 for unchanged. - * @param y The desired emulated green output resolution, 0 for unchanged. - * @param x The desired emulated blue encoding resolution, 0 for unchanged. - * @param y The desired emulated blue output resolution, 0 for unchanged. + * @param rx The desired emulated red encoding resolution, 0 for unchanged. + * @param ry The desired emulated red output resolution, 0 for unchanged. + * @param gx The desired emulated green encoding resolution, 0 for unchanged. + * @param gy The desired emulated green output resolution, 0 for unchanged. + * @param bx The desired emulated blue encoding resolution, 0 for unchanged. + * @param by The desired emulated blue output resolution, 0 for unchanged. */ #define libclut_lower_resolution(clut, max, type, rx, ry, gx, gy, bx, by) \ do \ -- cgit v1.2.3-70-g09d2