From 39dec666ebb49d4f7a6d0a94615625594afa46f2 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 13 Feb 2004 10:35:07 +0000 Subject: Added ZnTexFontEncoding function prototype --- generic/Image.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- cgit v1.1