summaryrefslogtreecommitdiff
path: root/hw/xfree86/dixmods/extmod/xvmod.c
blob: 8a9be7d3eb52bedc899544f1e1801380fc82c98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* $XFree86$ */

#include "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;
}