Re: [PATCH libinput 01/11] Add an API for touchpad gesture events

2015-02-20 Thread Peter Hutterer
On 21/02/2015 06:08 , Bill Spitzak wrote: > On 02/19/2015 04:49 PM, Peter Hutterer wrote: > >> unless you have the context you cannot know. and the only thing to have >> that context is the client. sure you can make all sorts of exceptions >> ("but >> double-tap should always be doubletap") but th

Re: [PATCH weston] configure.ac: make use of wayland-scanner.pc

2015-02-20 Thread Bryce Harrington
On Tue, Feb 17, 2015 at 03:13:32PM +, Emil Velikov wrote: > Currently we use the wayland-scanner executable as found with > AC_PATH_PROG, and then check the presence of wayland-scanner.pc > > Currently the latter is unused even if AC_PATH_PROG fails to find the > binary. Rework things to use t

Re: [PATCH] build: do not install ivi-shell png files with "--disable-ivi-shell"

2015-02-20 Thread Bryce Harrington
On Mon, Feb 16, 2015 at 12:12:56PM +0200, Pekka Paalanen wrote: > On Mon, 16 Feb 2015 11:00:36 +0100 > Manuel Bachmann wrote: > > > From: Manuel Bachmann > > > > Some of the .png files are specific to ivi-shell. Avoid installing > > them to "$prefix/share/weston" if ivi-shell has explicitly bee

Re: [ANNOUNCE] wayland 1.7.0

2015-02-20 Thread Bryce Harrington
On Tue, Feb 17, 2015 at 11:29:24AM +0200, Pekka Paalanen wrote: > On Mon, 16 Feb 2015 12:52:27 -0800 > Bill Spitzak wrote: > > > On 02/14/2015 01:18 AM, Bryce Harrington wrote: > > > > > You can check out this spiffed up documentation at: > > > > > >http://wayland.freedesktop.org/docs/html/

Re: Weston 1.7 memleaks

2015-02-20 Thread Hardening
Le 19/02/2015 03:41, Titus Johnson a écrit : > Just checking mem leaks. > Is this normal or are we shooting for zero leaks? > > [21:32:52.432] weston 1.7.0 >http://wayland.freedesktop.org >Bug reports to: > https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&

Re: [PATCH libinput 01/11] Add an API for touchpad gesture events

2015-02-20 Thread Bill Spitzak
On 02/19/2015 04:49 PM, Peter Hutterer wrote: unless you have the context you cannot know. and the only thing to have that context is the client. sure you can make all sorts of exceptions ("but double-tap should always be doubletap") but that just changes the caliber you're going to shoot yourse

[PATCH 1/2] compositor: fix a memory leak of struct process_info

2015-02-20 Thread Ryo Munakata
Cleanup functions of weston clients are never called after wl_display_run(), so that some of process_info of clients will not be freed. Signed-off-by: Ryo Munakata --- src/compositor.c | 24 +--- src/compositor.h | 1 + 2 files changed, 22 insertions(+), 3 deletions(-) dif

Re: [PATCH 2/2] Fix trivial memory leaks

2015-02-20 Thread Ryo Munakata
Something went wrong. Resent. Thanks. -- Ryo Munakata ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH 1/2] compositor: fix a memory leak of struct process_info

2015-02-20 Thread Ryo Munakata
Cleanup functions of weston clients are never called after wl_display_run(), so that some of process_info of clients will not be freed. Signed-off-by: Ryo Munakata --- src/compositor.c | 24 +--- src/compositor.h | 1 + 2 files changed, 22 insertions(+), 3 deletions(-) dif