Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

xuserotfont.h 198B

123456789101112
  1. #ifndef XUSEROTFONT_H
  2. #define XUSEROTFONT_H
  3. #include <X11/Xlib.h>
  4. extern void
  5. glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
  6. int rotation);
  7. #endif