xenocara/dist/Mesa/progs/xdemos/xuserotfont.h

13 lines
198 B
C
Raw Normal View History

2006-11-25 11:56:37 -07:00
#ifndef XUSEROTFONT_H
#define XUSEROTFONT_H
#include <X11/Xlib.h>
extern void
glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
int rotation);
#endif