mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwayland: parse normal hints
This commit is contained in:
parent
ef5914bdb6
commit
ed9796ec68
4 changed files with 25 additions and 3 deletions
|
|
@ -6,6 +6,10 @@
|
|||
#include <wlr/types/wlr_compositor.h>
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
#ifdef HAS_XCB_ICCCM
|
||||
#include <xcb/xcb_icccm.h>
|
||||
#endif
|
||||
|
||||
struct wlr_xwm;
|
||||
|
||||
struct wlr_xwayland {
|
||||
|
|
@ -54,6 +58,9 @@ struct wlr_xwayland_surface {
|
|||
size_t protocols_len;
|
||||
|
||||
uint32_t motif_hints[5];
|
||||
#ifdef HAS_XCB_ICCCM
|
||||
xcb_size_hints_t size_hints;
|
||||
#endif
|
||||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue