mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
xfree86: dga: drop unnecessary swapped request handler
The request handler already refusing non-local access, so no need for any extra swapped handler. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
9d1f0a555d
commit
caa3e1685a
@@ -1649,12 +1649,6 @@ ProcXDGACreateColormap(ClientPtr client)
|
||||
return Success;
|
||||
}
|
||||
|
||||
static int _X_COLD
|
||||
SProcXDGADispatch(ClientPtr client)
|
||||
{
|
||||
return DGAErrorBase + XF86DGAClientNotLocal;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#define DGA_REQ_DEBUG
|
||||
#endif
|
||||
@@ -1760,7 +1754,7 @@ XFree86DGAExtensionInit(void)
|
||||
XF86DGANumberEvents,
|
||||
XF86DGANumberErrors,
|
||||
ProcXDGADispatch,
|
||||
SProcXDGADispatch,
|
||||
ProcXDGADispatch,
|
||||
XDGAResetProc, StandardMinorOpcode))) {
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user