Skip to content

xwayland: add support for window hints

Simon Ser requested to merge github/fork/emersion/xwayland-hints into master
  • Expose WM_NORMAL_HINTS
  • Add libxcb-icccm as an optional dependency
  • Parse _MOTIF_HINTS
  • Expose WM_HINTS
  • Do not expose xcb_icccm_wm_hints_t directly, create our own struct

Urgency can be retrieved with xcb_icccm_wm_hints_get_urgency.

Fixes #178 (closed)

Merge request reports