diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-11 03:17:34 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-11 03:17:34 +0100 |
commit | 2ec725624d637789845478a90f799e9eeb54f9ee (patch) | |
tree | f305158bcd8331a2a656df7221a3acd01cd2724a /test/x11pdf.c | |
parent | 69478b2d6028a295a32cf9b3c6e632263ef9b31b (diff) | |
download | mupdf-2ec725624d637789845478a90f799e9eeb54f9ee.tar.xz |
various fixes
Diffstat (limited to 'test/x11pdf.c')
-rw-r--r-- | test/x11pdf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/x11pdf.c b/test/x11pdf.c index 4784f220..0d52ff41 100644 --- a/test/x11pdf.c +++ b/test/x11pdf.c @@ -222,6 +222,10 @@ static void handlekey(int c) switch (c) { + case '8': + fz_debugglyphcache(rast->cache); + break; + case 'b': pageno--; if (pageno < 1) |