Yet another Xv extension byte swapping fix.

This commit is contained in:
Michel Dänzer 2008-01-16 14:24:22 +01:00
parent 7a0d16ef0a
commit e46f6ddecc

View File

@ -1588,6 +1588,7 @@ SProcXvSetPortAttribute(ClientPtr client)
swaps(&stuff->length, n);
swapl(&stuff->port, n);
swapl(&stuff->attribute, n);
swapl(&stuff->value, n);
return XvProcVector[xv_SetPortAttribute](client);
}