diff options
author | marha <marha@users.sourceforge.net> | 2012-01-23 14:47:39 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-23 14:47:39 +0100 |
commit | 3133b5e387a167d55f2510ca1ea5c201837e5ae0 (patch) | |
tree | 3a9e0e39ead5fbb957e0dfd87ef9a2d7c8f2aae3 /X11/extensions/xf86bigfont.h | |
parent | 45e3694d529b052f4122262c9bdff5476219b2b4 (diff) | |
download | vcxsrv-3133b5e387a167d55f2510ca1ea5c201837e5ae0.tar.gz vcxsrv-3133b5e387a167d55f2510ca1ea5c201837e5ae0.tar.bz2 vcxsrv-3133b5e387a167d55f2510ca1ea5c201837e5ae0.zip |
Added xf86bigfontproto-1.2.0
Diffstat (limited to 'X11/extensions/xf86bigfont.h')
-rw-r--r-- | X11/extensions/xf86bigfont.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/X11/extensions/xf86bigfont.h b/X11/extensions/xf86bigfont.h new file mode 100644 index 000000000..1bf47e92d --- /dev/null +++ b/X11/extensions/xf86bigfont.h @@ -0,0 +1,20 @@ +/* + * Declarations for the BIGFONT extension. + * + * Copyright (c) 1999-2000 Bruno Haible + * Copyright (c) 1999-2000 The XFree86 Project, Inc. + */ + +/* THIS IS NOT AN X CONSORTIUM STANDARD */ + +#ifndef _XF86BIGFONT_H_ +#define _XF86BIGFONT_H_ + +#define X_XF86BigfontQueryVersion 0 +#define X_XF86BigfontQueryFont 1 + +#define XF86BigfontNumberEvents 0 + +#define XF86BigfontNumberErrors 0 + +#endif /* _XF86BIGFONT_H_ */ |