flacjacket / pywlroots

Python binding to the wlroots library using cffi
University of Illinois/NCSA Open Source License
53 stars 14 forks source link

Add xcb_icccm_wm_hints_t attributes #203

Open shyguyCreate opened 1 month ago

shyguyCreate commented 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.

EDIT: This is incomplete, please read next comment.

shyguyCreate commented 1 month ago

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.