mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Add padding if xcb_icccm is not available
This commit is contained in:
parent
ed9796ec68
commit
ca68ef37f0
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue