mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00: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…
Reference in a new issue