xf86bigfont.h 414 B

123456789101112131415161718192021
  1. /*
  2. * Declarations for the BIGFONT extension.
  3. *
  4. * Copyright (c) 1999-2000 Bruno Haible
  5. * Copyright (c) 1999-2000 The XFree86 Project, Inc.
  6. */
  7. /* THIS IS NOT AN X CONSORTIUM STANDARD */
  8. #ifndef _XF86BIGFONT_H_
  9. #define _XF86BIGFONT_H_
  10. #define X_XF86BigfontQueryVersion 0
  11. #define X_XF86BigfontQueryFont 1
  12. #define XF86BigfontNumberEvents 0
  13. #define XF86BigfontNumberErrors 0
  14. #endif /* _XF86BIGFONT_H_ */