diff options
Diffstat (limited to 'nx-X11/programs/Xserver/Xext/xvmodproc.h')
-rw-r--r-- | nx-X11/programs/Xserver/Xext/xvmodproc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/Xext/xvmodproc.h b/nx-X11/programs/Xserver/Xext/xvmodproc.h new file mode 100644 index 000000000..b284e3f4e --- /dev/null +++ b/nx-X11/programs/Xserver/Xext/xvmodproc.h @@ -0,0 +1,14 @@ +/* $XFree86: xc/programs/Xserver/Xext/xvmodproc.h,v 1.2 2001/03/05 04:51:55 mvojkovi Exp $ */ + +#ifdef HAVE_DIX_CONFIG_H +#include <dix-config.h> +#endif + +#include "xvmcext.h" + +extern int (*XvGetScreenIndexProc)(void); +extern unsigned long (*XvGetRTPortProc)(void); +extern int (*XvScreenInitProc)(ScreenPtr); +extern int (*XvMCScreenInitProc)(ScreenPtr, int, XvMCAdaptorPtr); + +extern void XvRegister(void); |