[PATCH weston 03/10 v2] compositor-wayland: Convert fullscreen flag to bool

2016-10-13 Thread Armin Krezović
Signed-off-by: Armin Krezović --- compositor/main.c | 2 +- libweston/compositor-wayland.c | 2 +- libweston/compositor-wayland.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index 320305c..8028ec3 100644 --- a/composito

Re: [PATCH weston 03/10] compositor-wayland: Convert fullscreen flag to bool

2016-10-13 Thread Armin Krezović
On 10.10.2016 14:18, Quentin Glidic wrote: > On 09/10/2016 17:30, Armin Krezović wrote: >> Signed-off-by: Armin Krezović > > You are missing the compositor/main.c change in this one. > > Patches 1, 2 and 4 are Rb me, and pushed: > 00a03d2..2d321e3 master -> master > > Cheers, > > Hi, Thank

SHM buffer pool and file offset

2016-10-13 Thread Richard Röjfors
Hi all, I have a situation where I use shared memory buffers and think it would be very handy to be able to pass on the file offset to a create_pool call. Right now the implementation takes for granted that it should mmap size bytes from the beginning of the file (offset 0). The case I see is whe