X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftexfont.h;h=8f86dab21b3bdd53bccfbd129af4729a37732647;hp=7fbdb786bc6b7e1b082903400c09384b44f8adb7;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/glx/texfont.h b/hacks/glx/texfont.h index 7fbdb786..8f86dab2 100644 --- a/hacks/glx/texfont.h +++ b/hacks/glx/texfont.h @@ -1,4 +1,4 @@ -/* texfonts, Copyright (c) 2005-2015 Jamie Zawinski +/* texfonts, Copyright (c) 2005-2016 Jamie Zawinski * 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__ */