This exposes the public portions of the present API to drivers. Signed-off-by: Keith Packard <[email protected]> --- hw/xfree86/sdksyms.sh | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index d9a4478..1a02dbf 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -48,6 +48,12 @@ cat > sdksyms.c << EOF #include "misyncshm.h" #endif +/* present */ +#ifdef PRESENT +#include "present.h" +#include "present_vblank.h" +#endif + /* Xext/Makefile.am -- half is module, half is builtin */ #ifdef XV #include "xvdix.h" -- 2.0.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
