Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput}

This commit is contained in:
Adam Jackson 2007-12-24 15:55:58 -05:00
parent 24bebdded4
commit 060a66b6e2
2 changed files with 2 additions and 2 deletions

View File

@ -72,5 +72,5 @@ SProcXFixesChangeSaveSet(ClientPtr client)
swaps(&stuff->length, n);
swapl(&stuff->window, n);
return ProcXFixesChangeSaveSet(client);
return (*ProcXFixesVector[stuff->xfixesReqType])(client);
}

View File

@ -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