[PATCH] gitignore: Generated files text-client-protocol.h, text-protocol.c

2014-01-14 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- tests/.gitignore |2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 32a6492..dc4a71a 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -7,6 +7,8 @@ matrix-test setbacklight test-client test-text-client +

Re: [PATCH] client: Include poll.h instead of sys/poll.h

2014-01-14 Thread Bryce W. Harrington
On Tue, Jan 14, 2014 at 06:38:59PM +0100, Jonas 'Sortie' Termansen wrote: > POSIX mandates the poll.h header as the standard location of poll(2). A casual googling indicates this is true. Reviewed-by: Bryce Harrington > --- > src/wayland-client.c |2 +- > 1 file changed, 1 insertion(+), 1 d

[PATCH 2/2] Cleanup stray newline in a return statement

2014-01-14 Thread Bryce W. Harrington
Signed-off-by: Bryce Harrington --- src/libbacklight.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libbacklight.c b/src/libbacklight.c index b3acc63..a9d7ef1 100644 --- a/src/libbacklight.c +++ b/src/libbacklight.c @@ -51,8 +51,7 @@ static long backlight_get(stru

[PATCH 1/2] terminal: Only set title if asprintf succeeded

2014-01-14 Thread Bryce W. Harrington
Handles potential out of memory situation by skipping the title update. This fixes the following warning: terminal.c: In function ‘resize_handler’: terminal.c:851:11: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result] Signed-off-by: Br

[PATCH] client: Include poll.h instead of sys/poll.h

2014-01-14 Thread Jonas 'Sortie' Termansen
POSIX mandates the poll.h header as the standard location of poll(2). --- src/wayland-client.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index 363d5dd..bbf93ee 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -

Re: XWayland on the RaspberryPI

2014-01-14 Thread Pekka Paalanen
On Tue, 14 Jan 2014 10:26:15 +0100 albert wrote: > Thanks for the info Pekka, > > Attached are weston-launch and xserver log files. df -h tells > me /run/shm has 75MB of free space. The crash is almost inmediate, I > would think xf-86-video-wayland delegates control at this point: > > http://cg

Re: XWayland on the RaspberryPI

2014-01-14 Thread albert
Thanks for the info Pekka, Attached are weston-launch and xserver log files. df -h tells me /run/shm has 75MB of free space. The crash is almost inmediate, I would think xf-86-video-wayland delegates control at this point: http://cgit.freedesktop.org/xorg/driver/xf86-video-wayland/tree/src/waylan

Re: XWayland on the RaspberryPI

2014-01-14 Thread Pekka Paalanen
On Tue, 14 Jan 2014 09:07:31 +0100 albert wrote: > Greetings all, > > I am trying to make XWayland run on a Raspberry PI, so I am building > wayland/weston and the xserver xwayland branch from here: > > git://anongit.freedesktop.org/xorg/xserver > > As well as the wlshm (now moved as wayland

XWayland on the RaspberryPI

2014-01-14 Thread albert
Greetings all, I am trying to make XWayland run on a Raspberry PI, so I am building wayland/weston and the xserver xwayland branch from here: git://anongit.freedesktop.org/xorg/xserver As well as the wlshm (now moved as wayland) driver: git:// anongit.freedesktop.org/xorg/driver/xf86-video-way