Skip Menu |

This queue is for tickets about the X11-Protocol-Other CPAN distribution.

Report information
The Basics
Id: 80410
Status: resolved
Priority: 0/
Queue: X11-Protocol-Other

People
Owner: Nobody in particular
Requestors: DKOGAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: No way to read current WM_HINTS
Hi. I'd like to be able to set the urgency WM_HINTS bit without modifying the other bits. X11::Protocol::WM currently only has write access to the WM_HINTS, which makes this impossible. Thanks for the modules.
Ah yes. I even wrote some code towards that (devel/WM-maybe.pl) but thought it might be only a window manager interested. I'll check it works to include. And/or maybe some sort of change_wm_hints ($X, $window, urgency => 0/1/undef) which changed just given fields. Could even grab the server to ensure changes are atomic, in the unlikely event anyone else was changing from outside the client program ...
New get_wm_hints and change_wm_hints in version 21.