diff options
Diffstat (limited to 'nx-X11/extras/Mesa_6.4.1/progs/xdemos/xuserotfont.h')
-rw-r--r-- | nx-X11/extras/Mesa_6.4.1/progs/xdemos/xuserotfont.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nx-X11/extras/Mesa_6.4.1/progs/xdemos/xuserotfont.h b/nx-X11/extras/Mesa_6.4.1/progs/xdemos/xuserotfont.h new file mode 100644 index 000000000..ea49203b7 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.1/progs/xdemos/xuserotfont.h @@ -0,0 +1,12 @@ +#ifndef XUSEROTFONT_H +#define XUSEROTFONT_H + +#include <X11/Xlib.h> + + +extern void +glXUseRotatedXFontMESA(Font font, int first, int count, int listbase, + int rotation); + + +#endif |