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
a19a9de3
Commit
a19a9de3
authored
Jul 31, 2004
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: adjust version number and output
parent
33c4ea8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
ChangeLog
x11vnc/ChangeLog
+1
-0
x11vnc.c
x11vnc/x11vnc.c
+4
-4
No files found.
x11vnc/ChangeLog
View file @
a19a9de3
...
...
@@ -2,6 +2,7 @@
* -cursorpos now the default; make cursorpos work when scaling
* fix bug with multiple adds of the same keysym for -add_keysyms
* rewhack -help output again
* adjust version number and output.
2004-07-28 Karl Runge <runge@karlrunge.com>
* -add_keysyms dynamically add missing keysyms to X server
...
...
x11vnc/x11vnc.c
View file @
a19a9de3
...
...
@@ -155,8 +155,8 @@
#include <X11/extensions/Xinerama.h>
#endif
/*
date +'"lastmod: %Y-%m-%d";
' */
char
lastmod
[]
=
"
lastmod:
2004-07-31"
;
/*
date +'lastmod: %Y-%m-%d
' */
char
lastmod
[]
=
"
0.6.2 lastmod:
2004-07-31"
;
/* X display info */
Display
*
dpy
=
0
;
...
...
@@ -7768,7 +7768,7 @@ static void watch_loop(void) {
static
void
print_help
(
void
)
{
char
help
[]
=
"
\n
"
"x11vnc: allow VNC connections to real X11 displays.
%s
\n
"
"x11vnc: allow VNC connections to real X11 displays. %s
\n
"
"
\n
"
"Typical usage is:
\n
"
"
\n
"
...
...
@@ -8966,7 +8966,7 @@ int main(int argc, char* argv[]) {
fprintf
(
stderr
,
"gaps_fill: %d
\n
"
,
gaps_fill
);
fprintf
(
stderr
,
"grow_fill: %d
\n
"
,
grow_fill
);
fprintf
(
stderr
,
"tile_fuzz: %d
\n
"
,
tile_fuzz
);
fprintf
(
stderr
,
"%s
\n
"
,
lastmod
);
fprintf
(
stderr
,
"
version:
%s
\n
"
,
lastmod
);
}
else
{
rfbLogEnable
(
0
);
}
...
...
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