From 0016cd4280ee9a0d088454a508a9c7f6bde33f62 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 12 Feb 2007 02:42:28 +0000 Subject: x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, -xdmsvc --- x11vnc/x11vnc_defs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'x11vnc/x11vnc_defs.c') diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index 893d48a..862dbca 100644 --- a/x11vnc/x11vnc_defs.c +++ b/x11vnc/x11vnc_defs.c @@ -15,7 +15,7 @@ int xtrap_base_event_type = 0; int xdamage_base_event_type = 0; /* date +'lastmod: %Y-%m-%d' */ -char lastmod[] = "0.8.5 lastmod: 2007-02-10"; +char lastmod[] = "0.8.5 lastmod: 2007-02-11"; /* X display info */ @@ -146,6 +146,9 @@ int hack_val = 0; rfbClientPtr last_pointer_client = NULL; rfbClientPtr latest_client = NULL; +int waited_for_client = 0; +int findcreatedisplay = 0; + int client_count = 0; int clients_served = 0; -- cgit v1.2.1