Merge branch '7.8'
[mesa.git] / progs / xdemos / xuserotfont.h
1 #ifndef XUSEROTFONT_H
2 #define XUSEROTFONT_H
3
4 #include <X11/Xlib.h>
5
6
7 extern void
8 glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
9 int rotation);
10
11
12 #endif