X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fglxfonts.h;h=1bffc54837cfb758e7af1dda5561dc9f2dd462b1;hp=75107909af1666e2cd65225988095e273aa66f6a;hb=f0261d8acab611f3433160e4f07367b870439739;hpb=7b34ef992563d7bcbb64cc5597dc45fa24470b05 diff --git a/hacks/glx/glxfonts.h b/hacks/glx/glxfonts.h index 75107909..1bffc548 100644 --- a/hacks/glx/glxfonts.h +++ b/hacks/glx/glxfonts.h @@ -1,4 +1,4 @@ -/* glxfonts, Copyright (c) 2001-2008 Jamie Zawinski +/* glxfonts, Copyright (c) 2001-2009 Jamie Zawinski * Loads X11 fonts for use with OpenGL. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -9,12 +9,18 @@ * software for any purpose. It is provided "as is" without express or * implied warranty. * - * Compute normal vectors for arbitrary triangles. + * Loads X11 fonts for use with OpenGL. */ #ifndef __GLXFONTS_H__ #define __GLXFONTS_H__ +/* This is basically the same as glXUseXFont(). + We have our own version of it for portability. + */ +extern void xscreensaver_glXUseXFont (Display *dpy, Font font, + int first, int count, int listbase); + /* Loads the font named by the X resource "res". Returns an XFontStruct. Also converts the font to a set of GL lists and returns the first list.