summaryrefslogtreecommitdiff
path: root/progs/xdemos/xuserotfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'progs/xdemos/xuserotfont.h')
-rw-r--r--progs/xdemos/xuserotfont.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/progs/xdemos/xuserotfont.h b/progs/xdemos/xuserotfont.h
new file mode 100644
index 00000000000..ea49203b7b9
--- /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