Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
b3567fc9837cf12c03fe901b01cc4878e007fe52
/
.
/
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