Re: [PATCH weston] compositor: export weston_buffer_from_resource()

2014-04-02 Thread Kristian Høgsberg
On Thu, Dec 12, 2013 at 02:14:29PM +0100, Giulio Camuffo wrote: > This is needed to allow shell plugins to implement their own > screenshooter. > --- Make sense, committed. Kristian > src/compositor.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/compositor.c b/s

[PATCH weston] compositor: export weston_buffer_from_resource()

2013-12-12 Thread Giulio Camuffo
This is needed to allow shell plugins to implement their own screenshooter. --- src/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compositor.c b/src/compositor.c index 66ed7de..edc6df0 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1354,7 +1354,7 @@