summaryrefslogtreecommitdiff
path: root/test/x11pdf.c
diff options
context:
space:
mode:
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)