Commit c9a69485 authored by runge's avatar runge

x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package

parent 22ef536c
x11vnc README file Date: Wed Dec 22 23:18:56 EST 2004 x11vnc README file Date: Thu Dec 23 00:52:20 EST 2004
The following information is taken from these URLs: The following information is taken from these URLs:
......
...@@ -1132,10 +1132,11 @@ remote command, we hope the name makes it obvious what ...@@ -1132,10 +1132,11 @@ remote command, we hope the name makes it obvious what
the returned value corresponds to (hint: the ext_* the returned value corresponds to (hint: the ext_*
variables correspond to the presence of X extensions): variables correspond to the presence of X extensions):
.IP .IP
ans= stop quit exit shutdown ping blacken zero refresh ans= stop quit exit shutdown ping blacken zero
reset close disconnect id sid flashcmap noflashcmap refresh reset close disconnect id sid flashcmap
truecolor notruecolor overlay nooverlay overlay_cursor noflashcmap truecolor notruecolor overlay nooverlay
overlay_yescursor nooverlay_cursor overlay_nocursor overlay_cursor overlay_yescursor nooverlay_nocursor
nooverlay_cursor nooverlay_yescursor overlay_nocursor
visual scale viewonly noviewonly shared noshared visual scale viewonly noviewonly shared noshared
forever noforever once deny lock nodeny unlock connect forever noforever once deny lock nodeny unlock connect
allowonce allow localhost nolocalhost accept gone shm allowonce allow localhost nolocalhost accept gone shm
......
...@@ -6006,7 +6006,7 @@ char *process_remote_cmd(char *cmd, int stringonly) { ...@@ -6006,7 +6006,7 @@ char *process_remote_cmd(char *cmd, int stringonly) {
} }
} else if (!strcmp(p, "overlay_cursor") || } else if (!strcmp(p, "overlay_cursor") ||
!strcmp(p, "overlay_yescursor")) { !strcmp(p, "overlay_yescursor") || !strcmp(p, "nooverlay_nocursor")) {
if (query) { if (query) {
snprintf(buf, bufn, "ans=%s:%d", p, overlay_cursor); snprintf(buf, bufn, "ans=%s:%d", p, overlay_cursor);
goto qry; goto qry;
...@@ -6023,7 +6023,7 @@ char *process_remote_cmd(char *cmd, int stringonly) { ...@@ -6023,7 +6023,7 @@ char *process_remote_cmd(char *cmd, int stringonly) {
"cursors.\n"); "cursors.\n");
} }
} else if (!strcmp(p, "nooverlay_cursor") || } else if (!strcmp(p, "nooverlay_cursor") ||
!strcmp(p, "overlay_nocursor")) { !strcmp(p, "nooverlay_yescursor") || !strcmp(p, "overlay_nocursor")) {
if (query) { if (query) {
snprintf(buf, bufn, "ans=%s:%d", p, !overlay_cursor); snprintf(buf, bufn, "ans=%s:%d", p, !overlay_cursor);
goto qry; goto qry;
...@@ -13845,10 +13845,11 @@ static void print_help(void) { ...@@ -13845,10 +13845,11 @@ static void print_help(void) {
" the returned value corresponds to (hint: the ext_*\n" " the returned value corresponds to (hint: the ext_*\n"
" variables correspond to the presence of X extensions):\n" " variables correspond to the presence of X extensions):\n"
"\n" "\n"
" ans= stop quit exit shutdown ping blacken zero refresh\n" " ans= stop quit exit shutdown ping blacken zero\n"
" reset close disconnect id sid flashcmap noflashcmap\n" " refresh reset close disconnect id sid flashcmap\n"
" truecolor notruecolor overlay nooverlay overlay_cursor\n" " noflashcmap truecolor notruecolor overlay nooverlay\n"
" overlay_yescursor nooverlay_cursor overlay_nocursor\n" " overlay_cursor overlay_yescursor nooverlay_nocursor\n"
" nooverlay_cursor nooverlay_yescursor overlay_nocursor\n"
" visual scale viewonly noviewonly shared noshared\n" " visual scale viewonly noviewonly shared noshared\n"
" forever noforever once deny lock nodeny unlock connect\n" " forever noforever once deny lock nodeny unlock connect\n"
" allowonce allow localhost nolocalhost accept gone shm\n" " allowonce allow localhost nolocalhost accept gone shm\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment