summaryrefslogtreecommitdiff
path: root/test/x11pdf.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-11 03:17:34 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-11 03:17:34 +0100
commit2ec725624d637789845478a90f799e9eeb54f9ee (patch)
treef305158bcd8331a2a656df7221a3acd01cd2724a /test/x11pdf.c
parent69478b2d6028a295a32cf9b3c6e632263ef9b31b (diff)
downloadmupdf-2ec725624d637789845478a90f799e9eeb54f9ee.tar.xz
various fixes
Diffstat (limited to 'test/x11pdf.c')
-rw-r--r--test/x11pdf.c4
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)