From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / glx / texfont.h
index 7fbdb786bc6b7e1b082903400c09384b44f8adb7..8f86dab21b3bdd53bccfbd129af4729a37732647 100644 (file)
@@ -1,4 +1,4 @@
-/* texfonts, Copyright (c) 2005-2015 Jamie Zawinski <jwz@jwz.org>
+/* texfonts, Copyright (c) 2005-2016 Jamie Zawinski <jwz@jwz.org>
  * Loads X11 fonts into textures for use with OpenGL.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -62,4 +62,11 @@ void enable_texture_string_parameters (void);
  */
 extern void free_texture_font (texture_font_data *);
 
+
+#ifdef HAVE_JWXYZ
+extern char *texfont_unicode_character_name (texture_font_data *,
+                                             unsigned long uc);
+#endif
+
+
 #endif /* __TEXTURE_FONT_H__ */