summaryrefslogtreecommitdiffstats
path: root/tight.c
diff options
context:
space:
mode:
Diffstat (limited to 'tight.c')
-rw-r--r--tight.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tight.c b/tight.c
index f9f20f5..8b57f82 100644
--- a/tight.c
+++ b/tight.c
@@ -449,9 +449,9 @@ CheckSolidTile(cl, x, y, w, h, colorPtr, needSameColor)
#define DEFINE_CHECK_SOLID_FUNCTION(bpp) \
\
static Bool \
-CheckSolidTile##bpp(cl, x, y, w, h, colorPtr, needSameColor) \
+CheckSolidTile##bpp(cl, x, y, w, h, colorPtr, needSameColor) \
rfbClientPtr cl; \
- int x, y; \
+ int x, y, w, h; \
CARD32 *colorPtr; \
Bool needSameColor; \
{ \