diff options
Diffstat (limited to 'xorg-server/hw/xfree86/dixmods/extmod/xvmodproc.h')
-rw-r--r-- | xorg-server/hw/xfree86/dixmods/extmod/xvmodproc.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/dixmods/extmod/xvmodproc.h b/xorg-server/hw/xfree86/dixmods/extmod/xvmodproc.h new file mode 100644 index 000000000..b39c915b4 --- /dev/null +++ b/xorg-server/hw/xfree86/dixmods/extmod/xvmodproc.h @@ -0,0 +1,13 @@ + +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + +#include "xvmcext.h" + +extern DevPrivateKey (*XvGetScreenKeyProc)(void); +extern unsigned long (*XvGetRTPortProc)(void); +extern int (*XvScreenInitProc)(ScreenPtr); +extern int (*XvMCScreenInitProc)(ScreenPtr, int, XvMCAdaptorPtr); + +extern void XvRegister(void); |