On Wed, Feb 11, 2009 at 3:36 PM, Gregor Best <[email protected]> wrote: > Hi people, > > the attached patch removes the UrgencyHint flag from a client if it gets > focused. This is to comply with the EWMH specs which say it's the window > managers job to care for removal of that hint. > > -- > Gregor Best >
As i said on irc, some improvements: - Make a seperate client_seturgent function. - Also call property_update_wm_hints(c, NULL), because isurgent is shared between two hints. - Check for change, no need to sent useless requests over the wire every time a client focuses. Maarten. -- To unsubscribe, send mail to [email protected].
