Re: [PATCH weston] protocol: rename wl_surface_scaler to wl_viewport

2014-01-08 Thread Kristian Høgsberg
On Wed, Jan 08, 2014 at 03:39:17PM +0200, ppaala...@gmail.com wrote: > From: Pekka Paalanen > > This seems like a better name, and will not conflict if someone later > extends wl_surface with a request scaler_set (yeah, unlikely). > > This code was written by Jonny Lamb, I just diffed his branch

[PATCH weston] protocol: rename wl_surface_scaler to wl_viewport

2014-01-08 Thread ppaalanen
From: Pekka Paalanen This seems like a better name, and will not conflict if someone later extends wl_surface with a request scaler_set (yeah, unlikely). This code was written by Jonny Lamb, I just diffed his branches and made a patch for Weston. Cc: Jonny Lamb Signed-off-by: Pekka Paalanen -