Re: patch - refactor setting window name into window_set_name

2012-02-01 Thread Nicholas Marriott
Hi I've applied this, thanks. I'll do the list-windows target, but I need to get some time to fiddle about and see how to do it, I can't decide on a nice way yet. On Tue, Jan 31, 2012 at 07:50:24PM -0800, George Nachman wrote: > This patch replaces the repeated pattern of freeing a window nam

patch - refactor setting window name into window_set_name

2012-01-31 Thread George Nachman
This patch replaces the repeated pattern of freeing a window name and setting it to a strdup'ed value with a function. It lays the trail for a future patch which adds a control client notification when windows are renamed. Do you want me to send a patch for the list-windows target or are you handl