From 25697e82162be3ebd449ba0eaca61e26916ee95d Mon Sep 17 00:00:00 2001 From: dscho Date: Sat, 29 Sep 2001 13:07:53 +0000 Subject: cleaned up pthreads (now compiles) and rfb.h (first undefine TRUE) --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index e0cc574..54ad19a 100644 --- a/main.c +++ b/main.c @@ -106,7 +106,7 @@ clientOutput(void *data) { rfbClientPtr cl = (rfbClientPtr)data; Bool haveUpdate; - RegionRec updateRegion; + sraRegion* updateRegion; while (1) { haveUpdate = false; -- cgit v1.2.1