Re: [PATCH] Remove the weston_view.geometry.width/height fields

2013-12-02 Thread Kristian Høgsberg
On Mon, Dec 02, 2013 at 09:01:53PM -0600, Jason Ekstrand wrote: > This has a couple of additional implications for the internal weston API: > 1) weston_view_configure no longer exists. Use weston_view_set_position > instead. > 2) The weston_surface.configure callback no longer takes a width

[PATCH] Remove the weston_view.geometry.width/height fields

2013-12-02 Thread Jason Ekstrand
This has a couple of additional implications for the internal weston API: 1) weston_view_configure no longer exists. Use weston_view_set_position instead. 2) The weston_surface.configure callback no longer takes a width and height. If you need these, surface.width/height are set before