Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
5b3e420c
Commit
5b3e420c
authored
Jan 09, 2007
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix old compiler error; fix warnings.
parent
c9e24e5b
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
88 additions
and
80 deletions
+88
-80
README
x11vnc/README
+5
-5
userinput.c
x11vnc/userinput.c
+81
-73
x11vnc.1
x11vnc/x11vnc.1
+1
-1
x11vnc_defs.c
x11vnc/x11vnc_defs.c
+1
-1
No files found.
x11vnc/README
View file @
5b3e420c
x11vnc
README
file
Date
:
Mon
Jan
8
23
:
02
:
20
EST
2007
x11vnc
README
file
Date
:
Tue
Jan
9
09
:
38
:
28
EST
2007
The
following
information
is
taken
from
these
URLs
:
...
...
@@ -667,13 +667,13 @@ make
by
default
when
XINERAMA
is
active
.
*
[
93
]
Viewer
-
side
pixmap
caching
.
This
one
might
not
make
it
into
0.8.4
but
will
benefit
from
much
testing
,
thanks
.
A
large
area
of
pixels
(
at
least
twice
as
big
as
the
framebuffer
itself
;
the
pixels
(
at
least
2
-
3
times
as
big
as
the
framebuffer
itself
;
the
bigger
the
better
...)
is
placed
below
the
framebuffer
to
act
as
a
buffer
/
cache
area
for
pixel
data
.
The
VNC
CopyRect
encoding
is
used
to
move
it
around
(
so
any
viewer
should
work
).
Until
we
start
modifying
viewers
you
will
be
able
to
see
the
cache
area
if
you
scroll
down
(
this
makes
it
easier
to
debug
!). Test it with
something
like
"-ncache 1
0
"
.
something
like
"-ncache 1
2
"
.
If
you
have
a
Mac
please
try
out
the
native
Mac
OS
X
support
(
build
with
"./configure --without-x"
,
or
download
a
binary
mentioned
above
),
...
...
@@ -9349,7 +9349,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.8.4
lastmod
:
2007
-
01
-
0
8
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.8.4
lastmod
:
2007
-
01
-
0
9
x11vnc
options
:
-
display
disp
-
auth
file
-
id
windowid
...
...
@@ -9456,7 +9456,7 @@ libvncserver-tight-extension options:
% x11vnc -help
x11vnc: allow VNC connections to real X11 displays. 0.8.4 lastmod: 2007-01-0
8
x11vnc: allow VNC connections to real X11 displays. 0.8.4 lastmod: 2007-01-0
9
(type "x11vnc -opts" to just list the options.)
...
...
x11vnc/userinput.c
View file @
5b3e420c
This diff is collapsed.
Click to expand it.
x11vnc/x11vnc.1
View file @
5b3e420c
...
...
@@ -2,7 +2,7 @@
.TH X11VNC "1" "January 2007" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
version: 0.8.4, lastmod: 2007-01-0
8
version: 0.8.4, lastmod: 2007-01-0
9
.SH SYNOPSIS
.B x11vnc
[OPTION]...
...
...
x11vnc/x11vnc_defs.c
View file @
5b3e420c
...
...
@@ -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.4 lastmod: 2007-01-0
8
"
;
char
lastmod
[]
=
"0.8.4 lastmod: 2007-01-0
9
"
;
/* X display info */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment