mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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];
|
uint32_t motif_hints[5];
|
||||||
#ifdef HAS_XCB_ICCCM
|
#ifdef HAS_XCB_ICCCM
|
||||||
xcb_size_hints_t size_hints;
|
xcb_size_hints_t size_hints;
|
||||||
|
#else
|
||||||
|
char size_hints_padding[72];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in a new issue