diff options
author | runge <runge@karlrunge.com> | 2010-01-02 21:22:56 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-01-02 21:22:56 -0500 |
commit | b6d5983560f1229ec39392d7d5489737cc1c4b64 (patch) | |
tree | c596f7959df45e8fab8c1522876fb4365feccd35 /x11vnc/appshare.c | |
parent | 69cd710dd2e2962420803f6629f74368e889a5ee (diff) | |
download | libtdevnc-b6d5983560f1229ec39392d7d5489737cc1c4b64.tar.gz libtdevnc-b6d5983560f1229ec39392d7d5489737cc1c4b64.zip |
x11vnc: small tweaks to Xdummy, rx11vnc*. Apply SMALL_FOOTPRINT to -appshare text. Copyright year change.
Diffstat (limited to 'x11vnc/appshare.c')
-rw-r--r-- | x11vnc/appshare.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11vnc/appshare.c b/x11vnc/appshare.c index f9cc8f3..14d2712 100644 --- a/x11vnc/appshare.c +++ b/x11vnc/appshare.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2009 Karl J. Runge <runge@karlrunge.com> + Copyright (C) 2002-2010 Karl J. Runge <runge@karlrunge.com> All rights reserved. This file is part of x11vnc. @@ -44,6 +44,7 @@ static char *usage = "\n" " x11vnc -appshare: an experiment in application sharing via x11vnc.\n" "\n" +#if !SMALL_FOOTPRINT " Usage: x11vnc -appshare -id windowid -connect viewer_host:0\n" " x11vnc -appshare -id pick -connect viewer_host:0\n" "\n" @@ -238,6 +239,7 @@ static char *usage = " cover up existing windows that are being tracked.) See cmd=add_window\n" " and cmd=add_app described above.\n" "\n" +#endif ; #include <stdio.h> |