Re: [PATCH 2/3] wayland-client: Introduce shm pool helper function

2012-08-07 Thread Andre Heider
On Tue, Aug 7, 2012 at 2:03 PM, Ander Conselvan de Oliveira wrote: >> +#include "../shared/os-compatibility.h" > > You should have the Makefile set -I$(top_srcdir)/shared so you can do just > > #include "os-compatibility.h", > > but I think we don't need a libshared in this particular case. Wil

Re: [PATCH 2/3] wayland-client: Introduce shm pool helper function

2012-08-07 Thread Ander Conselvan de Oliveira
On 08/04/2012 04:22 PM, Andre Heider wrote: Every client dealing with shm buffers requires code to set up pools. Wayland already implements this platform independent, so make public helper function available instead of putting the burden on every client. --- src/Makefile.am |6 ++- sr

[PATCH 2/3] wayland-client: Introduce shm pool helper function

2012-08-04 Thread Andre Heider
Every client dealing with shm buffers requires code to set up pools. Wayland already implements this platform independent, so make public helper function available instead of putting the burden on every client. --- src/Makefile.am |6 ++- src/wayland-client.c | 110 ++