Xext: xvmc: enable swapped requests
This commit is contained in:
parent
18331c6d19
commit
587e00e167
|
|
@ -698,13 +698,6 @@ ProcXvMCDispatch(ClientPtr client)
|
|||
}
|
||||
}
|
||||
|
||||
static int _X_COLD
|
||||
SProcXvMCDispatch(ClientPtr client)
|
||||
{
|
||||
/* We only support local */
|
||||
return BadImplementation;
|
||||
}
|
||||
|
||||
void
|
||||
XvMCExtensionInit(void)
|
||||
{
|
||||
|
|
@ -726,7 +719,7 @@ XvMCExtensionInit(void)
|
|||
return;
|
||||
|
||||
extEntry = AddExtension(XvMCName, XvMCNumEvents, XvMCNumErrors,
|
||||
ProcXvMCDispatch, SProcXvMCDispatch,
|
||||
ProcXvMCDispatch, ProcXvMCDispatch,
|
||||
NULL, StandardMinorOpcode);
|
||||
|
||||
if (!extEntry)
|
||||
|
|
|
|||
Loading…
Reference in New Issue