summaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2012-07-13 14:33:47 +1000
committerDave Airlie <airlied@gmail.com>2012-07-13 14:33:47 +1000
commit138d1ea01298aedbe414ecc48374e433d6960010 (patch)
tree9285a6c55d4bcff924497644e95e81192455ff50 /src/ast.h
parenteafaa2666fa43d6b06bec013feb254ea92759406 (diff)
ast: deal with XAA removal.
This deals with the removal of XAA from the server, should fix tinderbox. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 09bf1bd..83ce1a6 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -23,6 +23,10 @@
#include <string.h>
#include <stdlib.h>
+#ifdef HAVE_XAA_H
+#include "xaa.h"
+#endif
+
#include "ast_pcirename.h"
#include "compat-api.h"
@@ -204,7 +208,9 @@ typedef struct _ASTRec {
OptionInfoPtr Options;
DisplayModePtr ModePtr;
FBLinearPtr pCMDQPtr;
+#ifdef HAVE_XAA_H
XAAInfoRecPtr AccelInfoPtr;
+#endif
xf86CursorInfoPtr HWCInfoPtr;
FBLinearPtr pHWCPtr;