Sign in
fuchsia
/
third_party
/
mesa
/
7991f7e9366bf82adffd3d0d4761f1eebd3997d9
/
.
/
progs
/
xdemos
/
xuserotfont.h
blob: ea49203b7b982705c5765a9fe29a1b9f48ea6868 [
file
] [
log
] [
blame
]
#ifndef
XUSEROTFONT_H
#define
XUSEROTFONT_H
#include
<X11/Xlib.h>
extern
void
glXUseRotatedXFontMESA
(
Font
font
,
int
first
,
int
count
,
int
listbase
,
int
rotation
);
#endif