diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-30 17:21:41 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-30 17:21:41 +0100 |
commit | c06c383d89e4ebbd092039a4a4ee0a6532e59869 (patch) | |
tree | a49b913b04d6ea01254b7f4e458b5a3eb8d39ce4 /test/x11pdf.c | |
parent | b772787951d718a0ae5e51355acbe4d66ab793c3 (diff) | |
download | mupdf-c06c383d89e4ebbd092039a4a4ee0a6532e59869.tar.xz |
mouse pan in gtkpdf
Diffstat (limited to 'test/x11pdf.c')
-rw-r--r-- | test/x11pdf.c | 1 |
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) |