Re: [PATCH] cosmetic: update comments that refer to weston_surface_update_transform()

2014-09-11 Thread Pekka Paalanen
On Thu, 11 Sep 2014 09:30:30 -0500 Derek Foreman wrote: > On 11/09/14 08:22 AM, Pekka Paalanen wrote: > > On Thu, 11 Sep 2014 08:10:25 -0500 > > Derek Foreman wrote: > > > >> On 11/09/14 04:00 AM, Pekka Paalanen wrote: > >>> On Wed, 10 Sep 2014 15:37:33 -0500 > >>> Derek Foreman wrote: > >>> >

Re: [PATCH] cosmetic: update comments that refer to weston_surface_update_transform()

2014-09-11 Thread Derek Foreman
On 11/09/14 08:22 AM, Pekka Paalanen wrote: > On Thu, 11 Sep 2014 08:10:25 -0500 > Derek Foreman wrote: > >> On 11/09/14 04:00 AM, Pekka Paalanen wrote: >>> On Wed, 10 Sep 2014 15:37:33 -0500 >>> Derek Foreman wrote: >>> weston_surface_update_transform() no longer exists, except in comments

Re: [PATCH] cosmetic: update comments that refer to weston_surface_update_transform()

2014-09-11 Thread Pekka Paalanen
On Thu, 11 Sep 2014 08:10:25 -0500 Derek Foreman wrote: > On 11/09/14 04:00 AM, Pekka Paalanen wrote: > > On Wed, 10 Sep 2014 15:37:33 -0500 > > Derek Foreman wrote: > > > >> weston_surface_update_transform() no longer exists, except in comments. > >> > >> Fix that. > >> --- > >> desktop-shell

Re: [PATCH] cosmetic: update comments that refer to weston_surface_update_transform()

2014-09-11 Thread Derek Foreman
On 11/09/14 04:00 AM, Pekka Paalanen wrote: > On Wed, 10 Sep 2014 15:37:33 -0500 > Derek Foreman wrote: > >> weston_surface_update_transform() no longer exists, except in comments. >> >> Fix that. >> --- >> desktop-shell/shell.c | 2 +- >> src/compositor-drm.c | 3 +-- >> src/compositor.c

Re: [PATCH] cosmetic: update comments that refer to weston_surface_update_transform()

2014-09-11 Thread Pekka Paalanen
On Wed, 10 Sep 2014 15:37:33 -0500 Derek Foreman wrote: > weston_surface_update_transform() no longer exists, except in comments. > > Fix that. > --- > desktop-shell/shell.c | 2 +- > src/compositor-drm.c | 3 +-- > src/compositor.c | 4 ++-- > 3 files changed, 4 insertions(+), 5 deletion

[PATCH] cosmetic: update comments that refer to weston_surface_update_transform()

2014-09-10 Thread Derek Foreman
weston_surface_update_transform() no longer exists, except in comments. Fix that. --- desktop-shell/shell.c | 2 +- src/compositor-drm.c | 3 +-- src/compositor.c | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 3cc