From e7f162a5a81221ca6abca79a9a77924d39bf4e16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 29 Jun 2009 08:42:19 -0400 Subject: [PATCH] Clarify a couple of comments --- pixman/pixman-combine.h.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixman/pixman-combine.h.template b/pixman/pixman-combine.h.template index 5e62b4b..3b92e56 100644 --- a/pixman/pixman-combine.h.template +++ b/pixman/pixman-combine.h.template @@ -49,7 +49,7 @@ } while (0) /* - x_c = (x_c * a) / 255 + y + x_c = (x_c * a) / 255 + y_c */ #define FbByteMulAdd(x, a, y) do { \ /* multiply and divide: trunc((i + 128)*257/65536) */ \ @@ -133,7 +133,7 @@ } while (0) /* - x_c = (x_c * a_c) / 255 + y + x_c = (x_c * a_c) / 255 + y_c */ #define FbByteMulAddC(x, a, y) do { \ comp4_t t; \ -- 2.7.4