diff options
author | runge <runge> | 2008-10-19 16:33:22 +0000 |
---|---|---|
committer | runge <runge> | 2008-10-19 16:33:22 +0000 |
commit | 8938cda1e7e09d946475fddaba46194baf7e6388 (patch) | |
tree | 6aacd449c9b71749d4b05d6278011b2615377e36 /x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh | |
parent | 73f19d71e0dbdf4f5237e89bd431b971dacbca99 (diff) | |
download | libtdevnc-8938cda1e7e09d946475fddaba46194baf7e6388.tar.gz libtdevnc-8938cda1e7e09d946475fddaba46194baf7e6388.zip |
Sync SSVNC changes: fullscreen fixes, local scaling, -chatonly, iso-8859-1/utf8 etc., etc.
Diffstat (limited to 'x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh')
-rwxr-xr-x | x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vncviewer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vncviewer.sh b/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vncviewer.sh index 18e2f31..92dcefb 100755 --- a/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vncviewer.sh +++ b/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/vncviewer.sh @@ -14,7 +14,7 @@ if [ "X$SSVNC_DYLD_LIBRARY_PATH" != "X" ]; then export DYLD_LIBRARY_PATH fi -if [ "X$DISPLAY" != "X" ]; then +if [ "X$DISPLAY" != "X" -a "X$DARWIN_COTVNC" != "X1" ]; then "$dir/vncviewer.x11" "$@" else args="" |