blob: 3da3670dc40a7cc756330f35a176dac1beb3d4e0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- texk/xdvik/xdvi-debug.h.orig 2022-01-30 07:42:00 UTC
+++ texk/xdvik/xdvi-debug.h
@@ -100,6 +100,7 @@
#define DBG_GUI 131072
#define DBG_FIND 262144
#define DBG_FILES 524288
+#define DBG_PTEXFNT 1048576
#define DBG_ALL (~DBG_BATCH)
/* a mapping of numerical options to descriptive strings, defined in util.c */
|