Re: [dev] [dwm] [patch] Fix for retarded clients that send unmapnotify events

From: Valentin Ochs <a_AT_0au.de>
Date: Mon, 8 Aug 2011 18:10:52 +0200

On Mon, Aug 08, 2011 at 04:43:31PM +0100, Connor Lane Smith wrote:
> > if((c = wintoclient(ev->window))) {
> > if(ev->send_event)
> > setclientstate(c, WithdrawnState);
> > else
> > unmanage(c, False);
> > }
>
> That way we abide by the standard, even if that means we set the state
> to Withdrawn when it, well, isn't. I blame Mathematica for that one.
>
> (Valentin, could you check whether this breaks the patch for Mathematica?)

Nope, still works fine.

--Valentin
Received on Mon Aug 08 2011 - 18:10:52 CEST

This archive was generated by hypermail 2.2.0 : Mon Aug 08 2011 - 18:12:03 CEST