mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 22:30:08 +01:00
Yet another Xv extension byte swapping fix.
This commit is contained in:
parent
7a0d16ef0a
commit
e46f6ddecc
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue