mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 12:40:32 +01:00
The WriteReplyToClient() macro is used for cases where byte swapping is implemented in a separate callback function (set in a global vector table). Since Xwl extension doesn't have such a callback, but does the byte swapping directly in it's request handlers, there's no need to call the WriteReplyToClient() macro - we can use WriteToClient() instead. Fixes: |
||
|---|---|---|
| .. | ||
| kdrive | ||
| vfb | ||
| xfree86 | ||
| xnest | ||
| xquartz | ||
| xwayland | ||
| xwin | ||
| meson.build | ||