Re: [PATCH libinput v2 3/3] Change the logging system to be per-context

2014-06-19 Thread Peter Hutterer
On Thu, Jun 19, 2014 at 12:49:08PM +0200, Hans de Goede wrote: > Hi, > > On 06/19/2014 10:34 AM, Peter Hutterer wrote: > > On Thu, Jun 19, 2014 at 10:02:30AM +0200, Hans de Goede wrote: > >> Hi, > >> > >> On 06/19/2014 06:57 AM, Peter Hutterer wrote: > >>> Rather than a single global logging funct

Re: [PATCH] compositor: update the surface size when there is a size change without a buffer attach

2014-06-19 Thread Jason Ekstrand
Yes, On Jun 18, 2014 11:57 PM, "Pekka Paalanen" wrote: > > On Wed, 18 Jun 2014 12:38:50 -0700 > Jason Ekstrand wrote: > > > On Fri, Jun 13, 2014 at 9:14 AM, George Kiagiadakis < > > george.kiagiada...@collabora.com> wrote: > > > > > This fixes at least the case where you want to do > > > wl_viewp

[PATCH] Desktop-shell: Fixed window resize issue

2014-06-19 Thread vivek
This is a fix to the following bug https://bugs.freedesktop.org/show_bug.cgi?id=80228 Signed-off-by: vivek --- desktop-shell/shell.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 48b9faf..01fbb22 100644 -

Re: [PATCH libinput v2 3/3] Change the logging system to be per-context

2014-06-19 Thread Hans de Goede
Hi, On 06/19/2014 10:34 AM, Peter Hutterer wrote: > On Thu, Jun 19, 2014 at 10:02:30AM +0200, Hans de Goede wrote: >> Hi, >> >> On 06/19/2014 06:57 AM, Peter Hutterer wrote: >>> Rather than a single global logging function, make the logging dependent on >>> the individual context. This way we won'

Re: [PATCH libinput 1/2] evdev: Safe x and y resolution for later use

2014-06-19 Thread Peter Hutterer
On Thu, Jun 19, 2014 at 09:32:37AM +0200, Hans de Goede wrote: > Hi, > > On 06/19/2014 02:17 AM, Peter Hutterer wrote: > > On Wed, Jun 18, 2014 at 02:22:23PM +0200, Hans de Goede wrote: > >> Signed-off-by: Hans de Goede > >> --- > >> src/evdev.c | 2 ++ > >> src/evdev.h | 2 +- > >> 2 files chan

Re: [PATCH libinput v2 3/3] Change the logging system to be per-context

2014-06-19 Thread Peter Hutterer
On Thu, Jun 19, 2014 at 10:02:30AM +0200, Hans de Goede wrote: > Hi, > > On 06/19/2014 06:57 AM, Peter Hutterer wrote: > > Rather than a single global logging function, make the logging dependent on > > the individual context. This way we won't stomp on each other's feet in the > > (admittedly unu

Re: [PATCH libinput 1/4] evdev: keep the absinfo struct around instead of min/max

2014-06-19 Thread Hans de Goede
Hi, Series looks good to me, and is: Reviewed-by: Hans de Goede Regards, Hans On 06/19/2014 05:45 AM, Peter Hutterer wrote: > We'll need that later for conversion to mm. > > Signed-off-by: Peter Hutterer > --- > src/evdev-mt-touchpad-buttons.c | 20 +--- > src/evdev-mt-tou

[PATCH weston] xwayland: Clean up the WM properly if X server crashes

2014-06-19 Thread Dima Ryazanov
The X cleanup code uses wxs->wm to check if the WM has been created - but that variable was never initialized. So if X crashes, the WM doesn't get destroyed, causing a crash when it tries to repaint a window. Signed-off-by: Dima Ryazanov --- xwayland/launcher.c | 6 -- 1 file changed, 4 inse

Re: [PATCH libinput v2 3/3] Change the logging system to be per-context

2014-06-19 Thread Hans de Goede
Hi, On 06/19/2014 06:57 AM, Peter Hutterer wrote: > Rather than a single global logging function, make the logging dependent on > the individual context. This way we won't stomp on each other's feet in the > (admittedly unusual) case of having multiple libinput contexts. > > The userdata argument

Re: [PATCH libinput 1/2] evdev: Safe x and y resolution for later use

2014-06-19 Thread Hans de Goede
Hi, On 06/19/2014 02:17 AM, Peter Hutterer wrote: > On Wed, Jun 18, 2014 at 02:22:23PM +0200, Hans de Goede wrote: >> Signed-off-by: Hans de Goede >> --- >> src/evdev.c | 2 ++ >> src/evdev.h | 2 +- >> 2 files changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/src/evdev.c b/src/evdev.c