diff options
author | Adam Jackson <ajax@redhat.com> | 2007-12-24 15:55:58 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-02-22 15:25:26 -0500 |
commit | 060a66b6e2feddba43ed207b6fcf2cf1f7fe39fd (patch) | |
tree | 1ada291d0ff35419a9afd555ccfc40598f1a2276 /xfixes/select.c | |
parent | 24bebdded44a9e184455b4fee7800257fee81efb (diff) |
Normalize swapped dispatch for Fixes{ChangeSaveSet,SelectSelectionInput}
Diffstat (limited to 'xfixes/select.c')
-rwxr-xr-x | xfixes/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |