Re: [dev] Re: [PATCH] wmii - client mapping events

2011-04-21 Thread Kris Maglione
On Sun, Apr 03, 2011 at 12:15:08PM -0700, Suraj Kurapati wrote: On Sun, Apr 3, 2011 at 7:38 AM, Kris Maglione maglion...@gmail.com wrote: I like this idea, but I don't like that it only applies to the selected view. I'll add an attach event that includes the client and the view. Sure,

Re: [dev] Re: [PATCH] wmii - client mapping events

2011-04-03 Thread Kris Maglione
On Mon, Mar 28, 2011 at 03:53:26PM -0700, Suraj Kurapati wrote: On Sun, Mar 27, 2011 at 1:04 AM, Suraj Kurapati sun...@gmail.com wrote: The following patch against wmii-hg r2785 allows my wmiirc to know when clients are added to or removed from the current view. Here is an updated patch that

Re: [dev] Re: [PATCH] wmii - client mapping events

2011-04-03 Thread Suraj Kurapati
On Sun, Apr 3, 2011 at 7:38 AM, Kris Maglione maglion...@gmail.com wrote: I like this idea, but I don't like that it only applies to the selected view. I'll add an attach event that includes the client and the view. Sure, emitting an event like that should be sufficient for my needs:

[dev] Re: [PATCH] wmii - client mapping events

2011-04-02 Thread Suraj Kurapati
On Mon, Mar 28, 2011 at 3:53 PM, Suraj Kurapati sun...@gmail.com wrote: On Sun, Mar 27, 2011 at 1:04 AM, Suraj Kurapati sun...@gmail.com wrote: The following patch against wmii-hg r2785 allows my wmiirc to know when clients are added to or removed from the current view. Here is an updated

[dev] Re: [PATCH] wmii - client mapping events

2011-04-02 Thread Suraj Kurapati
I posted this patch on the wmii issue tracker: http://code.google.com/p/wmii/issues/detail?id=232 Sorry for the noise thus far.

[dev] Re: [PATCH] wmii - client mapping events

2011-03-28 Thread Suraj Kurapati
On Sun, Mar 27, 2011 at 1:04 AM, Suraj Kurapati sun...@gmail.com wrote: The following patch against wmii-hg r2785 allows my wmiirc to know when clients are added to or removed from the current view. Here is an updated patch that renames the events to ClientAttach and ClientDetach and, more