summaryrefslogtreecommitdiffstats
path: root/libvncserver/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvncserver/main.c')
-rw-r--r--libvncserver/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvncserver/main.c b/libvncserver/main.c
index a46b3bc..093f81d 100644
--- a/libvncserver/main.c
+++ b/libvncserver/main.c
@@ -796,6 +796,8 @@ rfbScreenInfoPtr rfbGetScreen(int* argc,char** argv,
screen->deferUpdateTime=5;
screen->maxRectsPerUpdate=50;
+ screen->handleEventsEagerly = FALSE;
+
if(!rfbProcessArguments(screen,argc,argv)) {
free(screen);
return NULL;