From 060a66b6e2feddba43ed207b6fcf2cf1f7fe39fd Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 24 Dec 2007 15:55:58 -0500 Subject: Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput} --- xfixes/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfixes/select.c') diff --git a/xfixes/select.c b/xfixes/select.c index 415257ec1..12a165fd0 100755 --- a/xfixes/select.c +++ b/xfixes/select.c @@ -224,7 +224,7 @@ SProcXFixesSelectSelectionInput (ClientPtr client) swapl(&stuff->window, n); swapl(&stuff->selection, n); swapl(&stuff->eventMask, n); - return ProcXFixesSelectSelectionInput(client); + return (*ProcXFixesVector[stuff->xfixesReqType])(client); } void -- cgit v1.2.3