xenocara/xserver/hw/xfree86/dixmods/extmod/xvmodproc.h

14 lines
309 B
C
Raw Normal View History

2006-11-26 11:13:41 -07:00
#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);