xwayland: parse normal hints

This commit is contained in:
emersion 2017-10-05 12:32:12 +02:00
parent ef5914bdb6
commit ed9796ec68
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 25 additions and 3 deletions

View file

@ -6,5 +6,5 @@ lib_wlr_xwayland = static_library(
'xwm.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, xcb, xcb_composite, pixman],
dependencies: [wayland_server, xcb, xcb_composite, xcb_icccm, pixman],
)