mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
Remove server-specific declarations.
This commit is contained in:
parent
606268163c
commit
ba8d972415
1 changed files with 0 additions and 16 deletions
|
|
@ -10,8 +10,6 @@
|
|||
#ifndef _XF86BIGFONT_H_
|
||||
#define _XF86BIGFONT_H_
|
||||
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
#define X_XF86BigfontQueryVersion 0
|
||||
#define X_XF86BigfontQueryFont 1
|
||||
|
||||
|
|
@ -19,18 +17,4 @@
|
|||
|
||||
#define XF86BigfontNumberErrors 0
|
||||
|
||||
#ifdef _XF86BIGFONT_SERVER_
|
||||
|
||||
_XFUNCPROTOBEGIN
|
||||
|
||||
#include <X11/fonts/font.h>
|
||||
|
||||
extern void XFree86BigfontExtensionInit(void);
|
||||
extern void XF86BigfontFreeFontShm(FontPtr);
|
||||
extern void XF86BigfontCleanup(void);
|
||||
|
||||
_XFUNCPROTOEND
|
||||
|
||||
#endif /* _XF86BIGFONT_SERVER_ */
|
||||
|
||||
#endif /* _XF86BIGFONT_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue