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
6c0ead46
Commit
6c0ead46
authored
Dec 11, 2006
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup some comments.
parent
3a318ed5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
README
x11vnc/README
+3
-3
macosxCG.c
x11vnc/macosxCG.c
+4
-2
macosxCGS.c
x11vnc/macosxCGS.c
+3
-3
x11vnc.1
x11vnc/x11vnc.1
+1
-1
x11vnc.c
x11vnc/x11vnc.c
+0
-2
x11vnc_defs.c
x11vnc/x11vnc_defs.c
+1
-1
No files found.
x11vnc/README
View file @
6c0ead46
x11vnc
README
file
Date
:
Sat
Dec
9
21
:
51
:
28
EST
2006
x11vnc
README
file
Date
:
Mon
Dec
11
10
:
46
:
34
EST
2006
The
following
information
is
taken
from
these
URLs
:
...
...
@@ -9150,7 +9150,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
:
2006
-
12
-
09
x11vnc
:
allow
VNC
connections
to
real
X11
displays
.
0.8.4
lastmod
:
2006
-
12
-
11
x11vnc
options
:
-
display
disp
-
auth
file
-
id
windowid
...
...
@@ -9255,7 +9255,7 @@ libvncserver-tight-extension options:
% x11vnc -help
x11vnc: allow VNC connections to real X11 displays. 0.8.4 lastmod: 2006-12-
09
x11vnc: allow VNC connections to real X11 displays. 0.8.4 lastmod: 2006-12-
11
(type "x11vnc -opts" to just list the options.)
...
...
x11vnc/macosxCG.c
View file @
6c0ead46
...
...
@@ -92,7 +92,9 @@ extern void macosxGCS_initpb(void);
void
macosxCG_init
(
void
)
{
if
(
displayID
==
NULL
)
{
fprintf
(
stderr
,
"macosxCG_init: initializing display.
\n
"
);
//dragum();
#if 0
dragum();
#endif
displayID
=
kCGDirectMainDisplay
;
(
void
)
GetMainDevice
();
...
...
@@ -469,7 +471,7 @@ static int USKeyCodes[] = {
XK_question
,
44
,
/* ? */
XK_backslash
,
42
,
/* \ */
XK_bar
,
42
,
/* | */
/
/ OS X Sends this (END OF MEDIUM) for Shift-Tab (with US Keyboard)
/
* OS X Sends this (END OF MEDIUM) for Shift-Tab (with US Keyboard) */
0x0019
,
48
,
/* Tab */
XK_space
,
49
,
/* Space */
};
...
...
x11vnc/macosxCGS.c
View file @
6c0ead46
...
...
@@ -38,9 +38,9 @@ extern CGWindowLevel CGSGetWindowLevel (CGSConnectionID cid,
CGSWindowID
wid
,
CGSWindowLevel
*
level
);
typedef
enum
_CGSWindowOrderingMode
{
kCGSOrderAbove
=
1
,
/
/ Window is ordered above target.
kCGSOrderBelow
=
-
1
,
/
/ Window is ordered below target.
kCGSOrderOut
=
0
/
/ Window is removed from the on-screen window list.
kCGSOrderAbove
=
1
,
/
* Window is ordered above target. */
kCGSOrderBelow
=
-
1
,
/
* Window is ordered below target. */
kCGSOrderOut
=
0
/
* Window is removed from the on-screen window list. */
}
CGSWindowOrderingMode
;
extern
OSStatus
CGSOrderWindow
(
const
CGSConnectionID
cid
,
...
...
x11vnc/x11vnc.1
View file @
6c0ead46
...
...
@@ -2,7 +2,7 @@
.TH X11VNC "1" "December 2006" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
version: 0.8.4, lastmod: 2006-12-
09
version: 0.8.4, lastmod: 2006-12-
11
.SH SYNOPSIS
.B x11vnc
[OPTION]...
...
...
x11vnc/x11vnc.c
View file @
6c0ead46
...
...
@@ -1470,8 +1470,6 @@ int main(int argc, char* argv[]) {
int
argc_vnc_max
=
1024
;
int
argc_vnc
=
1
;
char
*
argv_vnc
[
2048
];
//dragum();
/* check for -loop mode: */
check_loop_mode
(
argc
,
argv
);
...
...
x11vnc/x11vnc_defs.c
View file @
6c0ead46
...
...
@@ -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: 2006-12-
09
"
;
char
lastmod
[]
=
"0.8.4 lastmod: 2006-12-
11
"
;
/* 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