Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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