Byte swap RRSelectInput enable flags.
This commit is contained in:
parent
cf948b7b04
commit
828c34e83c
|
@ -1187,6 +1187,7 @@ SProcRRSelectInput (ClientPtr client)
|
||||||
|
|
||||||
swaps(&stuff->length, n);
|
swaps(&stuff->length, n);
|
||||||
swapl(&stuff->window, n);
|
swapl(&stuff->window, n);
|
||||||
|
swaps(&stuff->enable, n);
|
||||||
return ProcRRSelectInput(client);
|
return ProcRRSelectInput(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue