mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-10 03:30:16 +01:00
Add missing swaps in panoramiXSwap.c
(cherry picked from commit cb67a10b7f6f564e0345de19316934361ea28720)
(cherry picked from commit b037e4a5ab)
This commit is contained in:
parent
c447521864
commit
fc3b338a3a
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ SProcPanoramiXGetState(ClientPtr client)
|
|||
|
||||
swaps (&stuff->length, n);
|
||||
REQUEST_SIZE_MATCH(xPanoramiXGetStateReq);
|
||||
swapl (&stuff->window, n);
|
||||
return ProcPanoramiXGetState(client);
|
||||
}
|
||||
|
||||
|
|
@ -81,6 +82,7 @@ SProcPanoramiXGetScreenCount(ClientPtr client)
|
|||
|
||||
swaps (&stuff->length, n);
|
||||
REQUEST_SIZE_MATCH(xPanoramiXGetScreenCountReq);
|
||||
swapl (&stuff->window, n);
|
||||
return ProcPanoramiXGetScreenCount(client);
|
||||
}
|
||||
|
||||
|
|
@ -92,6 +94,8 @@ SProcPanoramiXGetScreenSize(ClientPtr client)
|
|||
|
||||
swaps (&stuff->length, n);
|
||||
REQUEST_SIZE_MATCH(xPanoramiXGetScreenSizeReq);
|
||||
swapl (&stuff->window, n);
|
||||
swapl (&stuff->screen, n);
|
||||
return ProcPanoramiXGetScreenSize(client);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue