diff options
Diffstat (limited to 'composite')
-rw-r--r-- | composite/compext.c | 1 | ||||
-rw-r--r-- | composite/compint.h | 7 |
2 files changed, 1 insertions, 7 deletions
diff --git a/composite/compext.c b/composite/compext.c index eea1a5861..8641eff5e 100644 --- a/composite/compext.c +++ b/composite/compext.c @@ -48,6 +48,7 @@ #include "compint.h" #include "xace.h" #include "protocol-versions.h" +#include "extinit.h" static CARD8 CompositeReqCode; static DevPrivateKeyRec CompositeClientPrivateKeyRec; diff --git a/composite/compint.h b/composite/compint.h index 30b724e3e..45b5824a9 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -229,13 +229,6 @@ compReallocPixmap(WindowPtr pWin, int x, int y, unsigned int w, unsigned int h, int bw); /* - * compext.c - */ - -void - CompositeExtensionInit(void); - -/* * compinit.c */ |