diff options
Diffstat (limited to 'progs/xdemos/xuserotfont.h')
-rw-r--r-- | progs/xdemos/xuserotfont.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/progs/xdemos/xuserotfont.h b/progs/xdemos/xuserotfont.h new file mode 100644 index 0000000000..ea49203b7b --- /dev/null +++ b/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 |