blob: ea49203b7b982705c5765a9fe29a1b9f48ea6868 [file] [log] [blame]
Brian Paulb4b35bc2004-01-24 16:50:35 +00001#ifndef XUSEROTFONT_H
2#define XUSEROTFONT_H
3
4#include <X11/Xlib.h>
5
6
7extern void
8glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
9 int rotation);
10
11
12#endif