diff options
author | runge <runge@karlrunge.com> | 2009-03-16 11:09:53 -0400 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2009-03-16 11:09:53 -0400 |
commit | 128ee3ec4ebe6dce7d002c33c932c76183c0fa76 (patch) | |
tree | 790e9262aa1376aaf18a1895dc1a1a602cd5465f /x11vnc/x11vnc.c | |
parent | 9ae2e8391de9f2e37193c321cc67d526c3ff919f (diff) | |
download | libvncserver-128ee3ec4ebe6dce7d002c33c932c76183c0fa76.zip libvncserver-128ee3ec4ebe6dce7d002c33c932c76183c0fa76.tar.gz |
Add some -remap tricks. Limit rfbCFD message count.X11VNC_0_9_7
Diffstat (limited to 'x11vnc/x11vnc.c')
-rw-r--r-- | x11vnc/x11vnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/x11vnc.c b/x11vnc/x11vnc.c index f55aaec..35e0fc3 100644 --- a/x11vnc/x11vnc.c +++ b/x11vnc/x11vnc.c @@ -34,7 +34,7 @@ /* * This program is based on some ideas from the following programs: * - * the originial x11vnc.c in libvncserver (Johannes E. Schindelin) + * the initial x11vnc.c in libvncserver (Johannes E. Schindelin) * x0rfbserver, the original native X vnc server (Jens Wagner) * krfb, the KDE desktopsharing project (Tim Jansen) * |