mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 16:00:05 +01:00
Byte swap RRSelectInput enable flags.
This commit is contained in:
parent
cf948b7b04
commit
828c34e83c
1 changed files with 1 additions and 0 deletions
|
|
@ -1187,6 +1187,7 @@ SProcRRSelectInput (ClientPtr client)
|
|||
|
||||
swaps(&stuff->length, n);
|
||||
swapl(&stuff->window, n);
|
||||
swaps(&stuff->enable, n);
|
||||
return ProcRRSelectInput(client);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue