Re: [RFC weston] Change weston_surface.resource to a wl_resource pointer.

2013-06-06 Thread Kristian Høgsberg
On Thu, Jun 06, 2013 at 10:34:41PM -0500, Jason Ekstrand wrote: > This is the first in what will be a series of weston patches to convert > instances of wl_resource to pointers so we can make wl_resource opaque. > This patch handles weston_surface and should be the most invasive of the > entire ser

[RFC weston] Change weston_surface.resource to a wl_resource pointer.

2013-06-06 Thread Jason Ekstrand
This is the first in what will be a series of weston patches to convert instances of wl_resource to pointers so we can make wl_resource opaque. This patch handles weston_surface and should be the most invasive of the entire series. I am sending this one out ahead of the rest for review. Specifica