From 095539cd8c13a18b86f33eec817908cb10c2efbc Mon Sep 17 00:00:00 2001 From: dscho Date: Tue, 2 Oct 2001 02:44:03 +0000 Subject: support for server side colour maps, fix for non-pthread, support for 3bpp --- example.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example.c') diff --git a/example.c b/example.c index cc021e4..da01d7a 100644 --- a/example.c +++ b/example.c @@ -315,6 +315,8 @@ int main(int argc,char** argv) /* this is the blocking event loop, i.e. it never returns */ /* 40000 are the microseconds, i.e. 0.04 seconds */ rfbRunEventLoop(rfbScreen,40000,FALSE); +#elif !defined(HAVE_PTHREADS) +#error "I need pthreads for that." #endif /* this is the non-blocking event loop; a background thread is started */ -- cgit v1.2.3