diff options
Diffstat (limited to 'xfixes')
-rw-r--r-- | xfixes/xfixes.c | 1 | ||||
-rw-r--r-- | xfixes/xfixesint.h | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/xfixes/xfixes.c b/xfixes/xfixes.c index c6dd19eb3..52c57dfab 100644 --- a/xfixes/xfixes.c +++ b/xfixes/xfixes.c @@ -48,6 +48,7 @@ #include "xfixesint.h" #include "protocol-versions.h" +#include "extinit.h" static unsigned char XFixesReqCode; int XFixesEventBase; diff --git a/xfixes/xfixesint.h b/xfixes/xfixesint.h index 71f88a93d..334c71fbf 100644 --- a/xfixes/xfixesint.h +++ b/xfixes/xfixesint.h @@ -71,11 +71,6 @@ typedef struct _XFixesClient { extern int (*ProcXFixesVector[XFixesNumberRequests]) (ClientPtr); -/* Initialize extension at server startup time */ - -void - XFixesExtensionInit(void); - /* Save set */ int ProcXFixesChangeSaveSet(ClientPtr client); |