diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-02-24 08:30:23 +0100 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-02-24 08:30:23 +0100 |
commit | de358736dc696559ba99c71cf5b2a97508201630 (patch) | |
tree | 64dd7f9006f4ad831861544af3b92b15b08ad1b3 /src/radeon_exa_funcs.c | |
parent | 752b0218af36a45b333a12f66dfdce8c1e662aa8 (diff) |
EXA: Adapt to EXA changes in xserver Git.
The PrepareAccess hook can now get six different indices.
Also remove superfluous instances of #include "exa.h".
Note that you may need to run autoheader manually to get config.h.in updated.
Diffstat (limited to 'src/radeon_exa_funcs.c')
-rw-r--r-- | src/radeon_exa_funcs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_exa_funcs.c b/src/radeon_exa_funcs.c index eb16036c..dec02856 100644 --- a/src/radeon_exa_funcs.c +++ b/src/radeon_exa_funcs.c @@ -56,8 +56,6 @@ #include "radeon.h" -#include "exa.h" - static int FUNC_NAME(RADEONMarkSync)(ScreenPtr pScreen) { |