From 5a5c22ffc98e4e44f7763256e3683cc390cd260b Mon Sep 17 00:00:00 2001 From: dscho Date: Sat, 31 Aug 2002 14:16:33 +0000 Subject: [PATCH] patch for IRIX --- x11vnc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11vnc.c b/x11vnc.c index 6559183..ee21d03 100644 --- a/x11vnc.c +++ b/x11vnc.c @@ -101,7 +101,7 @@ char ModifierState = 0; /* this function adjusts the modifiers according to mod (as from modifiers) and ModifierState */ -void tweakModifiers(char mod,Bool down) +void tweakModifiers(signed char mod,Bool down) { Bool isShift=ModifierState&(LEFTSHIFT|RIGHTSHIFT); #ifdef KBDDEBUG