xwayland: ensure NO_XWAYLAND builds (#13160)

add , using xcb_atom_t = uint32_t;
This commit is contained in:
Tom Englund 2026-02-01 15:27:37 +01:00 committed by GitHub
parent 47f9035601
commit beeca9dacb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ class CXWaylandSurfaceResource;
#ifdef NO_XWAYLAND
using xcb_pixmap_t = uint32_t;
using xcb_window_t = uint32_t;
using xcb_atom_t = uint32_t;
using xcb_icccm_wm_hints_t = struct {
int32_t flags;
uint32_t input;