2003-11-14 16:48:57 +00:00
|
|
|
|
2005-07-16 03:49:59 +00:00
|
|
|
#ifdef HAVE_XORG_CONFIG_H
|
|
|
|
|
#include <xorg-config.h>
|
2005-07-03 07:02:09 +00:00
|
|
|
#endif
|
|
|
|
|
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/X.h>
|
2005-07-03 08:53:54 +00:00
|
|
|
#include "misc.h"
|
2003-11-14 16:48:57 +00:00
|
|
|
#include "scrnintstr.h"
|
|
|
|
|
#include "gc.h"
|
2005-04-20 12:25:48 +00:00
|
|
|
#include <X11/extensions/Xv.h>
|
|
|
|
|
#include <X11/extensions/Xvproto.h>
|
2003-11-14 16:48:57 +00:00
|
|
|
#include "xvdix.h"
|
|
|
|
|
#include "xvmodproc.h"
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
XvRegister()
|
|
|
|
|
{
|
|
|
|
|
XvScreenInitProc = XvScreenInit;
|
2007-08-28 09:28:25 -04:00
|
|
|
XvGetScreenKeyProc = XvGetScreenKey;
|
2003-11-14 16:48:57 +00:00
|
|
|
XvGetRTPortProc = XvGetRTPort;
|
|
|
|
|
XvMCScreenInitProc = XvMCScreenInit;
|
|
|
|
|
}
|
|
|
|
|
|