aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/xaa/xaaWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xfree86/xaa/xaaWrapper.h')
-rw-r--r--xorg-server/hw/xfree86/xaa/xaaWrapper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/xaa/xaaWrapper.h b/xorg-server/hw/xfree86/xaa/xaaWrapper.h
new file mode 100644
index 000000000..a141d8421
--- /dev/null
+++ b/xorg-server/hw/xfree86/xaa/xaaWrapper.h
@@ -0,0 +1,10 @@
+
+#ifndef _XAA_WRAPPER_H
+# define _XAA_WRAPPER_H
+
+typedef void (*SyncFunc)(ScreenPtr);
+
+Bool xaaSetupWrapper(ScreenPtr pScreen,
+ XAAInfoRecPtr infoPtr, int depth, SyncFunc *func);
+
+#endif