mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 07:18:05 +02:00
Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell)
This commit is contained in:
parent
81e913d310
commit
4a80720118
1 changed files with 1 additions and 0 deletions
|
|
@ -1233,6 +1233,7 @@ SProcShmCreatePixmap(client)
|
|||
REQUEST(xShmCreatePixmapReq);
|
||||
swaps(&stuff->length, n);
|
||||
REQUEST_SIZE_MATCH(xShmCreatePixmapReq);
|
||||
swapl(&stuff->pid, n);
|
||||
swapl(&stuff->drawable, n);
|
||||
swaps(&stuff->width, n);
|
||||
swaps(&stuff->height, n);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue