summaryrefslogtreecommitdiffstats
path: root/x11vnc
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2010-12-21 14:31:15 -0500
committerrunge <runge@karlrunge.com>2010-12-21 14:31:15 -0500
commit0c03b989407f9e5ea66b403011baaaad09fcd536 (patch)
treeaca391111c054b205ce52edb3b3f2df6f895b04e /x11vnc
parent365a22c63cb292ea494f39ebc48a37e322e5eb14 (diff)
downloadlibtdevnc-0c03b989407f9e5ea66b403011baaaad09fcd536.tar.gz
libtdevnc-0c03b989407f9e5ea66b403011baaaad09fcd536.zip
x11vnc: force --with-system-libvncserver to use correct headers.
Diffstat (limited to 'x11vnc')
-rw-r--r--x11vnc/README6
-rw-r--r--x11vnc/x11vnc.12
-rw-r--r--x11vnc/x11vnc_defs.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/x11vnc/README b/x11vnc/README
index 310ec36..42cab34 100644
--- a/x11vnc/README
+++ b/x11vnc/README
@@ -2,7 +2,7 @@
Copyright (C) 2002-2010 Karl J. Runge <runge@karlrunge.com>
All rights reserved.
-x11vnc README file Date: Tue Dec 21 11:45:35 EST 2010
+x11vnc README file Date: Tue Dec 21 13:47:44 EST 2010
The following information is taken from these URLs:
@@ -12285,7 +12285,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions)
-x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-20
+x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-21
x11vnc options:
-display disp -auth file -N
@@ -12416,7 +12416,7 @@ libvncserver-tight-extension options:
% x11vnc -help
-x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-20
+x11vnc: allow VNC connections to real X11 displays. 0.9.13 lastmod: 2010-12-21
(type "x11vnc -opts" to just list the options.)
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1
index 8a92433..08a2cd8 100644
--- a/x11vnc/x11vnc.1
+++ b/x11vnc/x11vnc.1
@@ -2,7 +2,7 @@
.TH X11VNC "1" "December 2010" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
- version: 0.9.13, lastmod: 2010-12-20
+ version: 0.9.13, lastmod: 2010-12-21
.SH SYNOPSIS
.B x11vnc
[OPTION]...
diff --git a/x11vnc/x11vnc_defs.c b/x11vnc/x11vnc_defs.c
index ae048ee..06318d5 100644
--- a/x11vnc/x11vnc_defs.c
+++ b/x11vnc/x11vnc_defs.c
@@ -47,7 +47,7 @@ int xtrap_base_event_type = 0;
int xdamage_base_event_type = 0;
/* date +'lastmod: %Y-%m-%d' */
-char lastmod[] = "0.9.13 lastmod: 2010-12-20";
+char lastmod[] = "0.9.13 lastmod: 2010-12-21";
/* X display info */