Add padding if xcb_icccm is not available
This commit is contained in:
parent
ed9796ec68
commit
ca68ef37f0
|
@ -60,6 +60,8 @@ struct wlr_xwayland_surface {
|
|||
uint32_t motif_hints[5];
|
||||
#ifdef HAS_XCB_ICCCM
|
||||
xcb_size_hints_t size_hints;
|
||||
#else
|
||||
char size_hints_padding[72];
|
||||
#endif
|
||||
|
||||
struct {
|
||||
|
|
Loading…
Reference in New Issue