mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 16:38:07 +02:00
glx/glxcmdsswap: add missing contextTag byte-swap in __glXDispSwap_CopyContext
Co-Authored-by: Claude Code <noreply@anthropic.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2181>
This commit is contained in:
parent
982dcd5df4
commit
bf6bb8e28f
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ __glXDispSwap_CopyContext(__GLXclientState * cl, GLbyte * pc)
|
|||
__GLX_SWAP_INT(&req->source);
|
||||
__GLX_SWAP_INT(&req->dest);
|
||||
__GLX_SWAP_INT(&req->mask);
|
||||
__GLX_SWAP_INT(&req->contextTag);
|
||||
|
||||
return __glXDisp_CopyContext(cl, pc);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue