summaryrefslogtreecommitdiff
path: root/src/glint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glint.h')
-rw-r--r--src/glint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glint.h b/src/glint.h
index 2d4cf47..b58be67 100644
--- a/src/glint.h
+++ b/src/glint.h
@@ -35,7 +35,10 @@
#include "glintpcirename.h"
+#ifdef HAVE_XAA_H
#include "xaa.h"
+#endif
+#include "xf86fbman.h"
#include "xf86RamDac.h"
#include "xf86cmap.h"
#include "xf86i2c.h"
@@ -142,7 +145,9 @@ typedef struct {
CARD32 PixelWidth;
RamDacRecPtr RamDacRec;
xf86CursorInfoPtr CursorInfoRec;
+#ifdef HAVE_XAA_H
XAAInfoRecPtr AccelInfoRec;
+#endif
CloseScreenProcPtr CloseScreen;
ScreenBlockHandlerProcPtr BlockHandler;
GCPtr CurrentGC;