mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
12 lines
198 B
C
12 lines
198 B
C
#ifndef XUSEROTFONT_H
|
|
#define XUSEROTFONT_H
|
|
|
|
#include <X11/Xlib.h>
|
|
|
|
|
|
extern void
|
|
glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
|
|
int rotation);
|
|
|
|
|
|
#endif
|