[PATCH 5/6] xfree86: Expose present API to drivers via sdksyms

Keith Packard keithp at keithp.com
Wed Aug 6 22:21:06 PDT 2014


This exposes the public portions of the present API to drivers.

Signed-off-by: Keith Packard <keithp at keithp.com>
---
 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



More information about the xorg-devel mailing list