summaryrefslogtreecommitdiff
path: root/test/x11pdf.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-30 17:21:41 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-30 17:21:41 +0100
commitc06c383d89e4ebbd092039a4a4ee0a6532e59869 (patch)
treea49b913b04d6ea01254b7f4e458b5a3eb8d39ce4 /test/x11pdf.c
parentb772787951d718a0ae5e51355acbe4d66ab793c3 (diff)
downloadmupdf-c06c383d89e4ebbd092039a4a4ee0a6532e59869.tar.xz
mouse pan in gtkpdf
Diffstat (limited to 'test/x11pdf.c')
-rw-r--r--test/x11pdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/x11pdf.c b/test/x11pdf.c
index 88aebe47..c2f546ab 100644
--- a/test/x11pdf.c
+++ b/test/x11pdf.c
@@ -272,6 +272,7 @@ static void handlekey(int c)
case 's': rotate += 5; break;
case 'x': dumptext(); break;
+ case '\b':
case 'b':
pageno--;
if (pageno < 1)