1 2#ifdef HAVE_XORG_CONFIG_H 3#include <xorg-config.h> 4#endif 5 6#include <X11/X.h> 7#include "misc.h" 8#include "scrnintstr.h" 9#include "gc.h" 10#include <X11/extensions/Xv.h> 11#include <X11/extensions/Xvproto.h> 12#include "xvdix.h" 13#include "xvmodproc.h" 14 15void 16XvRegister(void) 17{ 18 XvScreenInitProc = XvScreenInit; 19 XvGetScreenKeyProc = XvGetScreenKey; 20 XvGetRTPortProc = XvGetRTPort; 21 XvMCScreenInitProc = XvMCScreenInit; 22} 23 24