From f38f67e4e9320a3e0b1472b9c4bae86fcedcbd89 Mon Sep 17 00:00:00 2001 From: dscho Date: Wed, 1 Mar 2006 21:35:53 +0000 Subject: Fix blooptest example --- examples/example.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/example.c') diff --git a/examples/example.c b/examples/example.c index 536497f..71548fa 100644 --- a/examples/example.c +++ b/examples/example.c @@ -324,6 +324,7 @@ int main(int argc,char** argv) /* this is the non-blocking event loop; a background thread is started */ rfbRunEventLoop(rfbScreen,-1,TRUE); + fprintf(stderr, "Running background loop...\n"); /* now we could do some cool things like rendering in idle time */ while(1) sleep(5); /* render(); */ #endif /* BACKGROUND_LOOP */ -- cgit v1.2.3