Open shyguyCreate opened 1 month ago
Add missing xcb_icccm_wm_hints_t *hints pointer and the attribute hints->flags from the wlroots C source code to this repo.
xcb_icccm_wm_hints_t *hints
hints->flags
EDIT: This is incomplete, please read next comment.
Finally found all attributes of the xcb_icccm_wm_hints_t struct. Now added to this PR alongside with the Hints class with all the properties.
xcb_icccm_wm_hints_t
Add missing
xcb_icccm_wm_hints_t *hints
pointer and the attributehints->flags
from the wlroots C source code to this repo.EDIT: This is incomplete, please read next comment.