mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Add support for WM_HINTS
This commit is contained in:
parent
ca68ef37f0
commit
267f24753f
3 changed files with 28 additions and 1 deletions
|
|
@ -59,8 +59,10 @@ struct wlr_xwayland_surface {
|
|||
|
||||
uint32_t motif_hints[5];
|
||||
#ifdef HAS_XCB_ICCCM
|
||||
xcb_icccm_wm_hints_t hints;
|
||||
xcb_size_hints_t size_hints;
|
||||
#else
|
||||
char hints_padding[36];
|
||||
char size_hints_padding[72];
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue