Bug #4730: Byte-swap the pixmap ID correctly. (Neil Campbell)

This commit is contained in:
Adam Jackson 2005-10-21 18:50:09 +00:00
parent 81e913d310
commit 4a80720118

View File

@ -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);