aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/Image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/Image.h b/generic/Image.h
index e90b63a..c0cfc88 100644
--- a/generic/Image.h
+++ b/generic/Image.h
@@ -88,6 +88,10 @@ ZnTexGVI *
ZnTexFontGVI(ZnTexFontInfo tfi, unsigned int c);
GLuint
ZnTexFontTex(ZnTexFontInfo tfi);
+#ifndef PTK
+Tcl_Encoding
+ZnTexFontEncoding(ZnTexFontInfo tfi);
+#endif
#endif
#endif /* _Image_h */