Re: [PATCH] Don't store FreeRDP file descriptors

2013-05-26 Thread Kristian Høgsberg
On Sun, May 26, 2013 at 11:34:00PM +0200, Hardening wrote: > Weston don't uses the file descriptors from FreeRDP, there's no need > to store them. Lookd good, committed. Kristian > --- > src/compositor-rdp.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) > > diff --git a/

Re: [PATCH] config-parser: Avoid null dereference when handling config-parser

2013-05-26 Thread Kristian Høgsberg
On Sat, May 25, 2013 at 02:31:21AM +0900, Mun, Gwan-gyeong wrote: > This patch fixes segmentation fault when weston starts without config file. Thanks, committed. Kristian > --- > From bb953ce110dd27d1b6504c2b9aab28e771c4410b Mon Sep 17 00:00:00 2001 > From: Mun Gwan-gyeong > Date: Sat, 25 May

Instructions for trying wayland + gtk packages on fedora 19

2013-05-26 Thread darxus
http://worldofgnome.org/easily-try-gtk-under-wayland-in-fedora-19/ -- "Believe nothing, no matter where you read it or who has said it, even if I have said it, unless it agrees with your own reason and your own common sense." - Buddha, 563-483 B.C. http://www.ChaosReigns.com _

Re: [PATCH] config-parser-test: fix compile error

2013-05-26 Thread Kristian Høgsberg
On Sat, May 25, 2013 at 01:26:48AM +0900, Mun, Gwan-gyeong wrote: > This patch fixes compile error on config-parser-test. > > config-parser-test uses wayland-util.h header file. > But , config-parser-test's Makefile does not include COMPOSITOR_CFLAGS. > > This patch fixes it. Thanks, I think tha

Re: [PATCH] Avoid unnecessarily re-allocating texture buffer when the size hasn't changed.

2013-05-26 Thread Kristian Høgsberg
On Thu, May 23, 2013 at 01:18:29PM -0700, Sinclair Yeh wrote: > v2: > Fixed the wrong comparison > > v1: > Depending on specific DRI driver implementation, glTexImage2D() with data > set to NULL may or may not re-allocate the texture buffer each time it is > called. Unintended consequences happen

[PATCH] Don't store FreeRDP file descriptors

2013-05-26 Thread Hardening
Weston don't uses the file descriptors from FreeRDP, there's no need to store them. --- src/compositor-rdp.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c index 514a481..1aa57ba 100644 --- a/src/compositor-rdp.c +++ b/s

Re: Window management

2013-05-26 Thread Pekka Paalanen
On Sun, 26 May 2013 01:09:34 +0200 Thorben wrote: > Hi all, > > Resent because I was not on this list, I normally just skim the archive > from time to time as this project very much interests me. I can't wait > for the day when I can try KDE5 on wayland. > > A couple of things have been buggi