mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Byte swap RRSelectInput enable flags.
This commit is contained in:
@@ -1187,6 +1187,7 @@ SProcRRSelectInput (ClientPtr client)
|
||||
|
||||
swaps(&stuff->length, n);
|
||||
swapl(&stuff->window, n);
|
||||
swaps(&stuff->enable, n);
|
||||
return ProcRRSelectInput(client);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user