xwayland: ensure NO_XWAYLAND builds (#13160)
add , using xcb_atom_t = uint32_t;
This commit is contained in:
parent
47f9035601
commit
beeca9dacb
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class CXWaylandSurfaceResource;
|
||||||
#ifdef NO_XWAYLAND
|
#ifdef NO_XWAYLAND
|
||||||
using xcb_pixmap_t = uint32_t;
|
using xcb_pixmap_t = uint32_t;
|
||||||
using xcb_window_t = uint32_t;
|
using xcb_window_t = uint32_t;
|
||||||
|
using xcb_atom_t = uint32_t;
|
||||||
using xcb_icccm_wm_hints_t = struct {
|
using xcb_icccm_wm_hints_t = struct {
|
||||||
int32_t flags;
|
int32_t flags;
|
||||||
uint32_t input;
|
uint32_t input;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue