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
ae59284a
Commit
ae59284a
authored
May 25, 2005
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: scrolling: grabserver, autorepeat throttling, mouse wheel, fix onetile
parent
ff590d0a
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
983 additions
and
233 deletions
+983
-233
ChangeLog
ChangeLog
+4
-0
prepare_x11vnc_dist.sh
prepare_x11vnc_dist.sh
+1
-0
ChangeLog
x11vnc/ChangeLog
+5
-0
README
x11vnc/README
+51
-25
tkx11vnc
x11vnc/tkx11vnc
+2
-0
tkx11vnc.h
x11vnc/tkx11vnc.h
+2
-0
x11vnc.1
x11vnc/x11vnc.1
+45
-12
x11vnc.c
x11vnc/x11vnc.c
+873
-196
No files found.
ChangeLog
View file @
ae59284a
2005-05-24 Karl Runge <runge@karlrunge.com>
* x11vnc: scrollcopyrect: GrabServer detection, autorepeat throttling..
* prepare_x11vnc_dist.sh: grep out new libvncserver-config line.
2005-05-23 Karl Runge <runge@karlrunge.com>
2005-05-23 Karl Runge <runge@karlrunge.com>
* configure.ac: malloc(0) is never used, so we don't need the check
* configure.ac: malloc(0) is never used, so we don't need the check
...
...
prepare_x11vnc_dist.sh
View file @
ae59284a
...
@@ -7,6 +7,7 @@ cd "$(dirname "$0")"
...
@@ -7,6 +7,7 @@ cd "$(dirname "$0")"
mv
configure.ac configure.ac.LibVNCServer
mv
configure.ac configure.ac.LibVNCServer
cat
configure.ac.LibVNCServer |
\
cat
configure.ac.LibVNCServer |
\
egrep
-v
'AC_CONFIG_COMMANDS.*libvncserver-config'
|
\
sed
-e
"s/LibVNCServer, [^,)]*
\(
[(,]
\)
*/x11vnc,
$VERSION
\1
/g"
\
sed
-e
"s/LibVNCServer, [^,)]*
\(
[(,]
\)
*/x11vnc,
$VERSION
\1
/g"
\
-e
"s/
\(
contrib
\|
examples
\|
vncterm
\|
libvncclient
\|
test
\|
client_examples
\)\/
Makefile//g"
\
-e
"s/
\(
contrib
\|
examples
\|
vncterm
\|
libvncclient
\|
test
\|
client_examples
\)\/
Makefile//g"
\
-e
"s/LibVNCServer.spec/x11vnc.spec/g"
\
-e
"s/LibVNCServer.spec/x11vnc.spec/g"
\
...
...
x11vnc/ChangeLog
View file @
ae59284a
2005-05-24 Karl Runge <runge@karlrunge.com>
* more -scrollcopyrect: GrabServer detection, autorepeat throttling,
hack to clean screen 3,4,5 Alt_L in a row, mouse wheel detect.
* fix bug wrt switching to single_copytile, add Darwin to shm limit.
2005-05-17 Karl Runge <runge@karlrunge.com>
2005-05-17 Karl Runge <runge@karlrunge.com>
* more -scrollcopyrect, -scr_term hacks for terminals.
* more -scrollcopyrect, -scr_term hacks for terminals.
* -wait_ui, -nowait_bog tunables. push cursor sooner.
* -wait_ui, -nowait_bog tunables. push cursor sooner.
...
...
x11vnc/README
View file @
ae59284a
x11vnc
README
file
Date
:
Tue
May
17
14
:
39
:
38
EDT
2005
x11vnc
README
file
Date
:
Tue
May
24
23
:
49
:
07
EDT
2005
The
following
information
is
taken
from
these
URLs
:
The
following
information
is
taken
from
these
URLs
:
...
@@ -4238,7 +4238,7 @@ x11vnc: a VNC server for real X displays
...
@@ -4238,7 +4238,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options:
Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions)
% x11vnc -opts (see below for -help long descriptions)
x11vnc: allow VNC connections to real X11 displays. 0.7.2 lastmod: 2005-05-
17
x11vnc: allow VNC connections to real X11 displays. 0.7.2 lastmod: 2005-05-
24
x11vnc options:
x11vnc options:
-display disp -auth file
-display disp -auth file
...
@@ -4289,7 +4289,8 @@ x11vnc options:
...
@@ -4289,7 +4289,8 @@ x11vnc options:
-noscrollcopyrect -scr_area n
-noscrollcopyrect -scr_area n
-scr_skip list -scr_inc list
-scr_skip list -scr_inc list
-scr_keys list -scr_term list
-scr_keys list -scr_term list
-scr_parms string -debug_scroll
-scr_keyrepeat lo-hi -scr_parms string
-debug_scroll -noxrecord
-pointer_mode n -input_skip n
-pointer_mode n -input_skip n
-speeds rd,bw,lat -debug_pointer
-speeds rd,bw,lat -debug_pointer
-debug_keyboard -defer time
-debug_keyboard -defer time
...
@@ -4335,7 +4336,7 @@ libvncserver options:
...
@@ -4335,7 +4336,7 @@ libvncserver options:
%
x11vnc
-
help
%
x11vnc
-
help
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.7.2
lastmod
:
2005
-
05
-
17
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.7.2
lastmod
:
2005
-
05
-
24
Typical
usage
is
:
Typical
usage
is
:
...
@@ -4357,8 +4358,12 @@ the name of the machine running x11vnc and N is XXXX - 5900, i.e. usually
...
@@ -4357,8 +4358,12 @@ the name of the machine running x11vnc and N is XXXX - 5900, i.e. usually
By
default
x11vnc
will
not
allow
the
screen
to
be
shared
and
it
will
exit
By
default
x11vnc
will
not
allow
the
screen
to
be
shared
and
it
will
exit
as
soon
as
the
client
disconnects
.
See
-
shared
and
-
forever
below
to
override
as
soon
as
the
client
disconnects
.
See
-
shared
and
-
forever
below
to
override
these
protections
.
See
the
FAQ
on
how
to
tunnel
the
VNC
connection
through
these
protections
.
See
the
FAQ
for
details
how
to
tunnel
the
VNC
connection
an
encrypted
channel
such
as
ssh
(
1
).
through
an
encrypted
channel
such
as
ssh
(
1
).
In
brief
:
ssh
-
L
5900
:
localhost
:
5900
far
-
host
'x11vnc -localhost -display :0'
vncviewer
-
encodings
'copyrect tight zrle hextile'
localhost
:
0
For
additional
info
see
:
http
://
www
.
karlrunge
.
com
/
x11vnc
/
For
additional
info
see
:
http
://
www
.
karlrunge
.
com
/
x11vnc
/
and
http
://
www
.
karlrunge
.
com
/
x11vnc
/#
faq
and
http
://
www
.
karlrunge
.
com
/
x11vnc
/#
faq
...
@@ -5215,7 +5220,7 @@ Options:
...
@@ -5215,7 +5220,7 @@ Options:
to
Keystroke
generated
scrolls
(
e
.
g
.
Up
arrow
).
If
it
to
Keystroke
generated
scrolls
(
e
.
g
.
Up
arrow
).
If
it
is
prefixed
with
"MOUSE:"
it
only
applies
to
Mouse
is
prefixed
with
"MOUSE:"
it
only
applies
to
Mouse
induced
scrolls
(
e
.
g
.
dragging
on
a
scrollbar
).
induced
scrolls
(
e
.
g
.
dragging
on
a
scrollbar
).
Default
:
##
Soffice
.
bin
Default
:
##
Soffice
.
bin
,##
StarOffice
-
scr_inc
list
Opposite
of
-
scr_skip
:
this
list
is
consulted
first
-
scr_inc
list
Opposite
of
-
scr_skip
:
this
list
is
consulted
first
and
if
there
is
a
match
the
window
will
be
monitored
and
if
there
is
a
match
the
window
will
be
monitored
...
@@ -5246,14 +5251,14 @@ Options:
...
@@ -5246,14 +5251,14 @@ Options:
never induce scrolling by themselves.
never induce scrolling by themselves.
-scr_term list Yet another cosmetic kludge. Apply shell/terminal
-scr_term list Yet another cosmetic kludge. Apply shell/terminal
heuristics to applications matching comma separated
list
heuristics to applications matching comma separated
(same as -scr_skip/-scr_inc). For example an annoying
list (same as for -scr_skip/-scr_inc). For example an
transient under scroll detection is if you hit Enter in
annoying transient under scroll detection is if you
a terminal shell with full text window, the solid text
hit Enter in a terminal shell with full text window,
cursor block will be scrolled up. So for a short time
the solid text cursor block will be scrolled up.
there are two (or more) block cursors on the screen.
So for a short time there are two (or more) block
There are similar scenarios, (e.g. an output line is
cursors on the screen. There are similar scenarios,
duplicated).
(e.g. an output line is
duplicated).
These transients are induced by the approximation of
These transients are induced by the approximation of
scroll detection (e.g. it detects the scroll, but not
scroll detection (e.g. it detects the scroll, but not
...
@@ -5268,6 +5273,19 @@ Options:
...
@@ -5268,6 +5273,19 @@ Options:
the annoying artifacts. Use "none" to disable.
the annoying artifacts. Use "none" to disable.
Default: "term"
Default: "term"
-scr_keyrepeat lo-hi If a key is held down (or otherwise repeats rapidly) and
this induces a rapid sequence of scrolls (e.g. holding
down an Arrow key) the "scrollcopyrect" detection
and overhead may not be able to keep up. A time per
single scroll estimate is performed and if that estimate
predicts a sustainable scrollrate of keys per second
between "lo" and "hi" then repeated keys will be
DISCARDED to maintain the scrollrate. For example your
key autorepeat may be 25 keys/sec, but for a large
window or slow link only 8 scrolls per second can be
sustained, then roughly 2 out of every 3 repeated keys
will be discarded during this period. Default: "4-20"
-scr_parms string Set various parameters for the scrollcopyrect mode.
-scr_parms string Set various parameters for the scrollcopyrect mode.
The format is similar to that for -wireframe and packed
The format is similar to that for -wireframe and packed
with lots of parameters:
with lots of parameters:
...
@@ -5314,6 +5332,10 @@ Options:
...
@@ -5314,6 +5332,10 @@ Options:
heuristics
.
"-ds"
is
an
alias
.
Specify
it
multiple
heuristics
.
"-ds"
is
an
alias
.
Specify
it
multiple
times
for
more
output
.
times
for
more
output
.
-
noxrecord
Disable
any
use
of
the
RECORD
extension
.
This
is
currently
used
by
the
-
scrollcopyrect
scheme
and
to
monitor
X
server
grabs
.
-
pointer_mode
n
Various
pointer
motion
update
schemes
.
"-pm"
is
-
pointer_mode
n
Various
pointer
motion
update
schemes
.
"-pm"
is
an
alias
.
The
problem
is
pointer
motion
can
cause
an
alias
.
The
problem
is
pointer
motion
can
cause
rapid
changes
on
the
screen
:
consider
the
rapid
changes
rapid
changes
on
the
screen
:
consider
the
rapid
changes
...
@@ -5529,8 +5551,8 @@ Options:
...
@@ -5529,8 +5551,8 @@ Options:
usage should be very rare, i.e. doing something strange
usage should be very rare, i.e. doing something strange
with /dev/fb0.
with /dev/fb0.
-pipeinput cmd Another experimental option: it lets you supply
-pipeinput cmd Another experimental option: it lets you supply
an
an extern
command in "cmd" that x11vnc will pipe
external
command in "cmd" that x11vnc will pipe
all of the user input events to in a simple format.
all of the user input events to in a simple format.
In -pipeinput mode by default x11vnc will not process
In -pipeinput mode by default x11vnc will not process
any of the user input events. If you prefix "cmd"
any of the user input events. If you prefix "cmd"
...
@@ -5789,7 +5811,10 @@ Options:
...
@@ -5789,7 +5811,10 @@ Options:
scr_inc:list set -scr_inc to "list"
scr_inc:list set -scr_inc to "list"
scr_keys:list set -scr_keys to "list"
scr_keys:list set -scr_keys to "list"
scr_term:list set -scr_term to "list"
scr_term:list set -scr_term to "list"
scr_keyrepeat:str set -scr_keyrepeat to "str"
scr_parms:str set -scr_parms parameters.
scr_parms:str set -scr_parms parameters.
noxrecord disable all use of RECORD extension.
xrecord enable use of RECORD extension.
pointer_mode:n set -pointer_mode to n. same as "pm"
pointer_mode:n set -pointer_mode to n. same as "pm"
input_skip:n set -input_skip to n.
input_skip:n set -input_skip to n.
speeds:str set -speeds to str.
speeds:str set -speeds to str.
...
@@ -5905,14 +5930,15 @@ Options:
...
@@ -5905,14 +5930,15 @@ Options:
noclear_mods
clear_keys
noclear_keys
remap
repeat
noclear_mods
clear_keys
noclear_keys
remap
repeat
norepeat
fb
nofb
bell
nobell
sel
nosel
primary
noprimary
norepeat
fb
nofb
bell
nobell
sel
nosel
primary
noprimary
cursorshape
nocursorshape
cursorpos
nocursorpos
cursor
cursorshape
nocursorshape
cursorpos
nocursorpos
cursor
show_cursor
noshow_cursor
nocursor
arrow
xfixes
noxfixes
show_cursor
noshow_cursor
nocursor
arrow
xfixes
xdamage
noxdamage
xd_area
xd_mem
alphacut
alphafrac
noxfixes
xdamage
noxdamage
xd_area
xd_mem
alphacut
alpharemove
noalpharemove
alphablend
noalphablend
alphafrac
alpharemove
noalpharemove
alphablend
xwarppointer
xwarp
noxwarppointer
noxwarp
buttonmap
noalphablend
xwarppointer
xwarp
noxwarppointer
dragging
nodragging
wireframe_mode
wireframe
wf
noxwarp
buttonmap
dragging
nodragging
wireframe_mode
nowireframe
nowf
wirecopyrect
wcr
nowirecopyrect
nowcr
wireframe
wf
nowireframe
nowf
wirecopyrect
wcr
scr_area
scr_skip
scr_inc
scr_keys
scr_term
scr_parms
nowirecopyrect
nowcr
scr_area
scr_skip
scr_inc
scr_keys
scrollcopyrect
scr
noscrollcopyrect
noscr
pointer_mode
scr_term
scr_keyrepeat
scr_parms
scrollcopyrect
scr
noscrollcopyrect
noscr
noxrecord
xrecord
pointer_mode
pm
input_skip
input
client_input
speeds
debug_pointer
dp
pm
input_skip
input
client_input
speeds
debug_pointer
dp
nodebug_pointer
nodp
debug_keyboard
dk
nodebug_keyboard
nodebug_pointer
nodp
debug_keyboard
dk
nodebug_keyboard
nodk
deferupdate
defer
wait_ui
wait_bog
nowait_bog
wait
nodk
deferupdate
defer
wait_ui
wait_bog
nowait_bog
wait
...
...
x11vnc/tkx11vnc
View file @
ae59284a
...
@@ -172,6 +172,7 @@ Misc
...
@@ -172,6 +172,7 @@ Misc
nolookup
nolookup
--
--
xtrap
xtrap
xrecord
--
--
bg
bg
=-C:ignore,exit sigpipe:
=-C:ignore,exit sigpipe:
...
@@ -266,6 +267,7 @@ Tuning
...
@@ -266,6 +267,7 @@ Tuning
scr_inc:
scr_inc:
scr_keys:
scr_keys:
scr_term:
scr_term:
scr_keyrepeat:
scr_parms:
scr_parms:
-- D
-- D
speeds:
speeds:
...
...
x11vnc/tkx11vnc.h
View file @
ae59284a
...
@@ -178,6 +178,7 @@
...
@@ -178,6 +178,7 @@
" nolookup
\n
"
" nolookup
\n
"
" --
\n
"
" --
\n
"
" xtrap
\n
"
" xtrap
\n
"
" xrecord
\n
"
" --
\n
"
" --
\n
"
" bg
\n
"
" bg
\n
"
" =-C:ignore,exit sigpipe:
\n
"
" =-C:ignore,exit sigpipe:
\n
"
...
@@ -272,6 +273,7 @@
...
@@ -272,6 +273,7 @@
" scr_inc:
\n
"
" scr_inc:
\n
"
" scr_keys:
\n
"
" scr_keys:
\n
"
" scr_term:
\n
"
" scr_term:
\n
"
" scr_keyrepeat:
\n
"
" scr_parms:
\n
"
" scr_parms:
\n
"
" -- D
\n
"
" -- D
\n
"
" speeds:
\n
"
" speeds:
\n
"
...
...
x11vnc/x11vnc.1
View file @
ae59284a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
.TH X11VNC "1" "May 2005" "x11vnc " "User Commands"
.TH X11VNC "1" "May 2005" "x11vnc " "User Commands"
.SH NAME
.SH NAME
x11vnc - allow VNC connections to real X11 displays
x11vnc - allow VNC connections to real X11 displays
version: 0.7.2, lastmod: 2005-05-
17
version: 0.7.2, lastmod: 2005-05-
24
.SH SYNOPSIS
.SH SYNOPSIS
.B x11vnc
.B x11vnc
[OPTION]...
[OPTION]...
...
@@ -28,9 +28,14 @@ the name of the machine running x11vnc and N is XXXX - 5900, i.e. usually
...
@@ -28,9 +28,14 @@ the name of the machine running x11vnc and N is XXXX - 5900, i.e. usually
.PP
.PP
By default x11vnc will not allow the screen to be shared and it will exit
By default x11vnc will not allow the screen to be shared and it will exit
as soon as the client disconnects. See \fB-shared\fR and \fB-forever\fR below to override
as soon as the client disconnects. See \fB-shared\fR and \fB-forever\fR below to override
these protections. See the FAQ
on how to tunnel the VNC connection through
these protections. See the FAQ
for details how to tunnel the VNC connection
an encrypted channel such as
through
an encrypted channel such as
.IR ssh (1).
.IR ssh (1).
In brief:
.IP
ssh -L 5900:localhost:5900 far-host 'x11vnc -localhost -display :0'
.IP
vncviewer -encodings 'copyrect tight zrle hextile' localhost:0
.PP
.PP
For additional info see: http://www.karlrunge.com/x11vnc/
For additional info see: http://www.karlrunge.com/x11vnc/
and http://www.karlrunge.com/x11vnc/#faq
and http://www.karlrunge.com/x11vnc/#faq
...
@@ -1152,7 +1157,7 @@ If a pattern is prefixed with "KEY:" it only applies
...
@@ -1152,7 +1157,7 @@ If a pattern is prefixed with "KEY:" it only applies
to Keystroke generated scrolls (e.g. Up arrow). If it
to Keystroke generated scrolls (e.g. Up arrow). If it
is prefixed with "MOUSE:" it only applies to Mouse
is prefixed with "MOUSE:" it only applies to Mouse
induced scrolls (e.g. dragging on a scrollbar).
induced scrolls (e.g. dragging on a scrollbar).
Default: ##Soffice.bin
Default: ##Soffice.bin
,##StarOffice
.PP
.PP
\fB-scr_inc\fR \fIlist\fR
\fB-scr_inc\fR \fIlist\fR
.IP
.IP
...
@@ -1212,6 +1217,21 @@ from the actual X framebuffer. This usually reduces
...
@@ -1212,6 +1217,21 @@ from the actual X framebuffer. This usually reduces
the annoying artifacts. Use "none" to disable.
the annoying artifacts. Use "none" to disable.
Default: "term"
Default: "term"
.PP
.PP
\fB-scr_keyrepeat\fR \fIlo-hi\fR
.IP
If a key is held down (or otherwise repeats rapidly) and
this induces a rapid sequence of scrolls (e.g. holding
down an Arrow key) the "scrollcopyrect" detection
and overhead may not be able to keep up. A time per
single scroll estimate is performed and if that estimate
predicts a sustainable scrollrate of keys per second
between "lo" and "hi" then repeated keys will be
DISCARDED to maintain the scrollrate. For example your
key autorepeat may be 25 keys/sec, but for a large
window or slow link only 8 scrolls per second can be
sustained, then roughly 2 out of every 3 repeated keys
will be discarded during this period. Default: "4-20"
.PP
\fB-scr_parms\fR \fIstring\fR
\fB-scr_parms\fR \fIstring\fR
.IP
.IP
Set various parameters for the scrollcopyrect mode.
Set various parameters for the scrollcopyrect mode.
...
@@ -1262,6 +1282,12 @@ Turn on debugging info printout for the scroll
...
@@ -1262,6 +1282,12 @@ Turn on debugging info printout for the scroll
heuristics. "\fB-ds\fR" is an alias. Specify it multiple
heuristics. "\fB-ds\fR" is an alias. Specify it multiple
times for more output.
times for more output.
.PP
.PP
\fB-noxrecord\fR
.IP
Disable any use of the RECORD extension. This is
currently used by the \fB-scrollcopyrect\fR scheme and to
monitor X server grabs.
.PP
\fB-pointer_mode\fR \fIn\fR
\fB-pointer_mode\fR \fIn\fR
.IP
.IP
Various pointer motion update schemes. "\fB-pm\fR" is
Various pointer motion update schemes. "\fB-pm\fR" is
...
@@ -1942,8 +1968,14 @@ scr_keys:list set \fB-scr_keys\fR to "list"
...
@@ -1942,8 +1968,14 @@ scr_keys:list set \fB-scr_keys\fR to "list"
.IP
.IP
scr_term:list set \fB-scr_term\fR to "list"
scr_term:list set \fB-scr_term\fR to "list"
.IP
.IP
scr_keyrepeat:str set \fB-scr_keyrepeat\fR to "str"
.IP
scr_parms:str set \fB-scr_parms\fR parameters.
scr_parms:str set \fB-scr_parms\fR parameters.
.IP
.IP
noxrecord disable all use of RECORD extension.
.IP
xrecord enable use of RECORD extension.
.IP
pointer_mode:n set \fB-pointer_mode\fR to n. same as "pm"
pointer_mode:n set \fB-pointer_mode\fR to n. same as "pm"
.IP
.IP
input_skip:n set \fB-input_skip\fR to n.
input_skip:n set \fB-input_skip\fR to n.
...
@@ -2128,14 +2160,15 @@ noskip_dups add_keysyms noadd_keysyms clear_mods
...
@@ -2128,14 +2160,15 @@ noskip_dups add_keysyms noadd_keysyms clear_mods
noclear_mods clear_keys noclear_keys remap repeat
noclear_mods clear_keys noclear_keys remap repeat
norepeat fb nofb bell nobell sel nosel primary noprimary
norepeat fb nofb bell nobell sel nosel primary noprimary
cursorshape nocursorshape cursorpos nocursorpos cursor
cursorshape nocursorshape cursorpos nocursorpos cursor
show_cursor noshow_cursor nocursor arrow xfixes noxfixes
show_cursor noshow_cursor nocursor arrow xfixes
xdamage noxdamage xd_area xd_mem alphacut alphafrac
noxfixes xdamage noxdamage xd_area xd_mem alphacut
alpharemove noalpharemove alphablend noalphablend
alphafrac alpharemove noalpharemove alphablend
xwarppointer xwarp noxwarppointer noxwarp buttonmap
noalphablend xwarppointer xwarp noxwarppointer
dragging nodragging wireframe_mode wireframe wf
noxwarp buttonmap dragging nodragging wireframe_mode
nowireframe nowf wirecopyrect wcr nowirecopyrect nowcr
wireframe wf nowireframe nowf wirecopyrect wcr
scr_area scr_skip scr_inc scr_keys scr_term scr_parms
nowirecopyrect nowcr scr_area scr_skip scr_inc scr_keys
scrollcopyrect scr noscrollcopyrect noscr pointer_mode
scr_term scr_keyrepeat scr_parms scrollcopyrect scr
noscrollcopyrect noscr noxrecord xrecord pointer_mode
pm input_skip input client_input speeds debug_pointer dp
pm input_skip input client_input speeds debug_pointer dp
nodebug_pointer nodp debug_keyboard dk nodebug_keyboard
nodebug_pointer nodp debug_keyboard dk nodebug_keyboard
nodk deferupdate defer wait_ui wait_bog nowait_bog wait
nodk deferupdate defer wait_ui wait_bog nowait_bog wait
...
...
x11vnc/x11vnc.c
View file @
ae59284a
This diff is collapsed.
Click to expand it.
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