diff options
author | Chris Ball <cjb@laptop.org> | 2009-02-27 10:58:07 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-02-27 10:58:07 -0500 |
commit | d0e17d0a40c771ae484252ab6a1c093a60bddaa7 (patch) | |
tree | 0ffbe8917e661427b995f4bca144e6af76dffa86 | |
parent | b951fe81bb976704be716251a4925086f2c70013 (diff) |
Revert "Build fix: set EXA_DRIVER_KNOWN_MAJOR=3"
This reverts commit b951fe81bb976704be716251a4925086f2c70013.
The EXA developers have backed out this ABI bump.
Signed-off-by: Chris Ball <cjb@laptop.org>
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | src/blade_accel_exa.c | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 95dc448..60aa953 100644 --- a/configure.ac +++ b/configure.ac @@ -79,9 +79,6 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) -# Required by exa.h -AC_DEFINE(EXA_DRIVER_KNOWN_MAJOR, 3, [Major version of EXA we can handle]) - # Checks for libraries. # Checks for header files. diff --git a/src/blade_accel_exa.c b/src/blade_accel_exa.c index 3129623..80e3f23 100644 --- a/src/blade_accel_exa.c +++ b/src/blade_accel_exa.c @@ -251,6 +251,14 @@ static void WaitMarker(ScreenPtr pScreen, int marker) } } +static Bool PrepareAccess(PixmapPtr pPix, int index) +{ +} + +static void FinishAccess(PixmapPtr pPix, int index) +{ +} + static void BladeInitializeAccelerator(ScrnInfoPtr pScrn) { TRIDENTPtr pTrident = TRIDENTPTR(pScrn); |