mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-13 03:41:25 +00:00
Xext: xvmc: enable swapped requests
This commit is contained in:
@@ -700,13 +700,6 @@ ProcXvMCDispatch(ClientPtr client)
|
||||
}
|
||||
}
|
||||
|
||||
static int _X_COLD
|
||||
SProcXvMCDispatch(ClientPtr client)
|
||||
{
|
||||
/* We only support local */
|
||||
return BadImplementation;
|
||||
}
|
||||
|
||||
void
|
||||
XvMCExtensionInit(void)
|
||||
{
|
||||
@@ -728,7 +721,7 @@ XvMCExtensionInit(void)
|
||||
return;
|
||||
|
||||
extEntry = AddExtension(XvMCName, XvMCNumEvents, XvMCNumErrors,
|
||||
ProcXvMCDispatch, SProcXvMCDispatch,
|
||||
ProcXvMCDispatch, ProcXvMCDispatch,
|
||||
NULL, StandardMinorOpcode);
|
||||
|
||||
if (!extEntry)
|
||||
|
||||
Reference in New Issue
Block a user