On 10/23/07, Suraj Kumar <[EMAIL PROTECTED]> wrote: > Hi, > > I'm writing an extension whereby I need to be notified when the title of a > window changes (ex: when user switches between tabs inside a GDI window, > say, emacs or Firefox). Is there any way I can get notified of such a > change?
I think you can use "call-after-property-changed", something like (call-after-property-changed 'WM_NAME your-function) http://home.blarg.net/~sand/sawfish/v0.10/sawfish/X-Properties.html -- Andrea
