Re: [PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
Okay, this one should be ready to review. Sorry for the noise on the first attempt. On Tue, Aug 8, 2017 at 10:56 AM, Matt Hoosier wrote: > It's useful for the shell implementation to know when these change, > for example to relay the information on to taskbars or

Re: [PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
This revision was broken. Disregard, I'm re-sending. On Tue, Aug 8, 2017 at 10:45 AM, Matt Hoosier wrote: > It's useful for the shell implementation to know when these change, > for example to relay the information on to taskbars or similar. > > To avoid ABI changes or

[PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
It's useful for the shell implementation to know when these change, for example to relay the information on to taskbars or similar. To avoid ABI changes or the need to make the weston_desktop_surface definition public, new functions are introduced for attaching listeners to these signals.

[PATCH] libweston-desktop: add signal title/app-id changes

2017-08-08 Thread Matt Hoosier
It's useful for the shell implementation to know when these change, for example to relay the information on to taskbars or similar. To avoid ABI changes or the need to make the weston_desktop_surface definition public, new functions are introduced for attaching listeners to these signals.