Add padding if xcb_icccm is not available

master
emersion 7 years ago
parent ed9796ec68
commit ca68ef37f0
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -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…
Cancel
Save