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
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
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 ++