Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XGetWMHints #191

Closed
riquenunes opened this issue Jan 22, 2020 · 3 comments
Closed

XGetWMHints #191

riquenunes opened this issue Jan 22, 2020 · 3 comments

Comments

@riquenunes
Copy link

Is it just me or the lib doesn't have XGetWMHints available? Is there an alternative way to read WM_HINTS without it?

@RossComputerGuy
Copy link
Contributor

It doesn't have XGetWMHints and I don't think it will

@sidorares
Copy link
Owner

@riquenunes this library only provides low level X11 protocol serialisation/deserealisation. You can fill feature request to add WM_HINTS to https://github.com/santigimeno/node-ewmh (or manually read them, you use InternAtom / GetProperty / ChangeProperty to get WM_HINTS buffer and follow spec https://tronche.com/gui/x/icccm/sec-4.html to decode it values out

@sidorares
Copy link
Owner

related - sidorares/ntk#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants