summaryrefslogtreecommitdiffstats
path: root/x11vnc/misc
diff options
context:
space:
mode:
authorrunge <runge>2005-04-11 20:49:38 +0000
committerrunge <runge>2005-04-11 20:49:38 +0000
commit7ed9e5b1d03837fc3e28578ee1f8dfd928b5ee17 (patch)
treeea0b21167fd419bafb881140ea2a153832a85f0b /x11vnc/misc
parentbaee5e2b3a00993fee00dca9d4e560f904693a6c (diff)
downloadlibtdevnc-7ed9e5b1d03837fc3e28578ee1f8dfd928b5ee17.tar.gz
libtdevnc-7ed9e5b1d03837fc3e28578ee1f8dfd928b5ee17.zip
x11vnc: fix some -rawfb bugs, add setup:cmd
Diffstat (limited to 'x11vnc/misc')
-rwxr-xr-xx11vnc/misc/slide.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/misc/slide.pl b/x11vnc/misc/slide.pl
index 0c90d0e..b8f284e 100755
--- a/x11vnc/misc/slide.pl
+++ b/x11vnc/misc/slide.pl
@@ -75,7 +75,7 @@ $I = 0;
while (<>) {
# read the next user input event, watch for button press or spacebar:
- last if /^Keysym.* [qQ] /;
+ ###last if /^Keysym.* [qQ] /;
next unless /^(Pointer.*ButtonPress|Keysym.*space.*KeyPress)/;
$I = ($I + 1) % $N;
showpic($I);
@@ -108,5 +108,5 @@ sub showpic {
}
close(FB);
-#unlink($fb); # this (probably) won't kill x11vnc
+###unlink($fb); # this (probably) won't kill x11vnc
print STDERR "$0 done.\n";