summaryrefslogtreecommitdiffstats
path: root/x11vnc/appshare.c
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2010-04-18 19:37:37 -0400
committerrunge <runge@karlrunge.com>2010-04-18 19:37:37 -0400
commitb74c8f4241ec8c3d972ee97d0ce9a399ddd09ce1 (patch)
treec8c8aaec90fd51a10790795030777b2dda548fe7 /x11vnc/appshare.c
parent2a8ba97ec5b0f7fbfcfc8adab6732a95e95c7204 (diff)
downloadlibtdevnc-b74c8f4241ec8c3d972ee97d0ce9a399ddd09ce1.tar.gz
libtdevnc-b74c8f4241ec8c3d972ee97d0ce9a399ddd09ce1.zip
Improvements to demo scripts. Alias -coe for -connect_or_exit. Fix HAVE_V4L2. Warn no Xvfb, Xdummy, or Xvnc. Xinerama screens.
Diffstat (limited to 'x11vnc/appshare.c')
-rw-r--r--x11vnc/appshare.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/appshare.c b/x11vnc/appshare.c
index 14d2712..fc3c29e 100644
--- a/x11vnc/appshare.c
+++ b/x11vnc/appshare.c
@@ -1925,7 +1925,7 @@ int appshare_main(int argc, char *argv[]) {
id_opt = "-sid";
if (end) exiter("no -sid value supplied\n", 1);
app_str = strdup(argv[++i]);
- } else if (!strcmp(s, "-connect") || !strcmp(s, "-connect_or_exit")) {
+ } else if (!strcmp(s, "-connect") || !strcmp(s, "-connect_or_exit") || !strcmp(s, "-coe")) {
if (end) exiter("no -connect value supplied\n", 1);
connect_to = strdup(argv[++i]);
} else if (!strcmp(s, "-control")) {