Skip to content

xwayland: Use correct pointer types on i386

Florian Weimer requested to merge fweimer/xserver:c89 into master

And other 32-bit architectures, where uint32_t and CARD32 are not the same type. Otherwise the build will fail with GCC 14.

Related to:

Merge request reports