summaryrefslogtreecommitdiff
path: root/progs/xdemos/xuserotfont.h
blob: ea49203b7b982705c5765a9fe29a1b9f48ea6868 (plain)
1
2
3
4
5
6
7
8
9
10
11
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