Re: [PATCH weston 1/2] compositor: add weston_surface_set_description()

2014-11-28 Thread Giulio Camuffo
2014-11-27 12:42 GMT+02:00 Pekka Paalanen : > On Thu, 27 Nov 2014 10:17:21 +0200 > Giulio Camuffo wrote: > >> Just a quick comment below, I haven't looked at it carefully yet. >> >> -- >> Giulio >> >> 2014-11-27 9:07 GMT+02:00 Pekka Paalanen : >> > From: Pekka Paalanen >> > >> > When printing out

Re: [PATCH weston 1/2] compositor: add weston_surface_set_description()

2014-11-27 Thread Pekka Paalanen
On Thu, 27 Nov 2014 10:17:21 +0200 Giulio Camuffo wrote: > Just a quick comment below, I haven't looked at it carefully yet. > > -- > Giulio > > 2014-11-27 9:07 GMT+02:00 Pekka Paalanen : > > From: Pekka Paalanen > > > > When printing out logs from Weston's actions, mainly for debugging, it >

Re: [PATCH weston 1/2] compositor: add weston_surface_set_description()

2014-11-27 Thread Giulio Camuffo
Just a quick comment below, I haven't looked at it carefully yet. -- Giulio 2014-11-27 9:07 GMT+02:00 Pekka Paalanen : > From: Pekka Paalanen > > When printing out logs from Weston's actions, mainly for debugging, it > can be very difficult to identify the different surfaces. Inspecting > the c

[PATCH weston 1/2] compositor: add weston_surface_set_description()

2014-11-26 Thread Pekka Paalanen
From: Pekka Paalanen When printing out logs from Weston's actions, mainly for debugging, it can be very difficult to identify the different surfaces. Inspecting the configure function pointer is not useful, as the configure functions may live in modules. Add vfunc get_description to weston_surf