/* $Id: xvmod.c,v 1.4 2003-09-11 05:12:50 keithp Exp $ */

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <X11/X.h>
#include "misc.h"
#include "scrnintstr.h"
#include "gc.h"
#include "Xv.h"
#include "Xvproto.h"
#include "xvdix.h"
#include "xvmodproc.h"

void
XvRegister()
{
    XvScreenInitProc = XvScreenInit;
    XvGetScreenIndexProc = XvGetScreenIndex;
    XvGetRTPortProc = XvGetRTPort;
    XvMCScreenInitProc = XvMCScreenInit;
}

