diff options
Diffstat (limited to 'x11vnc/x11vnc_defs.c')
| -rw-r--r-- | x11vnc/x11vnc_defs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c index fd14ea8..16c5e53 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.3 lastmod: 2006-09-10"; +char lastmod[] = "0.8.3 lastmod: 2006-09-13"; /* X display info */ @@ -123,6 +123,8 @@ double last_copyrect_fix = 0.0; double servertime_diff = 0.0; double x11vnc_start = 0.0; +int hack_val = 0; + /* last client to move pointer */ rfbClientPtr last_pointer_client = NULL; |
