Byte swap RRSelectInput enable flags.

This commit is contained in:
Keith Packard 2006-10-24 17:23:02 -07:00
parent cf948b7b04
commit 828c34e83c

View File

@ -1187,6 +1187,7 @@ SProcRRSelectInput (ClientPtr client)
swaps(&stuff->length, n);
swapl(&stuff->window, n);
swaps(&stuff->enable, n);
return ProcRRSelectInput(client);
}