Re: [hackers] [tabbed][PATCH] focus(): clear XUrgencyHint from the container window
> + if (clients[c]->urgent && (wmh = XGetWMHints(dpy, clients[c]->win)) &&
> + (win_wmh = XGetWMHints(dpy, win))) {
This will leak if the first XGetWMHints succeeds but the 2nd one fails.
- NRK
Received on Tue Jan 21 2025 - 18:03:25 CET
This archive was generated by hypermail 2.3.0
: Tue Jan 21 2025 - 18:12:38 CET