Re: [PATCH 3/3 v2] xwm: Use empty opaque region for windows with alpha

2013-07-02 Thread Kristian Høgsberg
On Sat, Jun 22, 2013 at 11:04:21AM -0500, MoD wrote: > Window contents cannot be assumed to be fully opaque for windows drawn with > a RGBA visual. The optimization of setting a full opaque region is limited to > windows with a color depth != 32. > --- > src/xwayland/window-manager.c | 38

Re: [PATCH weston] build: check for INPUT_PROP_MAX in linux/input.h

2013-07-02 Thread Adrian M Negreanu
On Tue, Jul 2, 2013 at 6:00 PM, Pekka Paalanen wrote: > On Tue, 2 Jul 2013 17:26:27 +0300 > Adrian Negreanu wrote: > >> From: Adrian Negreanu > > > Why? When could it be missing? If one uses kernel headers before the kernel commit: commit 85b7720039fc000b561c20fe2aaa3b54cddae4a7 Author: He

Re: [PATCH weston] build: check for INPUT_PROP_MAX in linux/input.h

2013-07-02 Thread Pekka Paalanen
On Tue, 2 Jul 2013 17:26:27 +0300 Adrian Negreanu wrote: > From: Adrian Negreanu Why? When could it be missing? Thanks, pq > Signed-off-by: Adrian Negreanu > --- > configure.ac | 16 > 1 file changed, 16 insertions(+) > > diff --git a/configure.ac b/configure.ac > index

[PATCH weston] build: check for INPUT_PROP_MAX in linux/input.h

2013-07-02 Thread Adrian Negreanu
From: Adrian Negreanu Signed-off-by: Adrian Negreanu --- configure.ac | 16 1 file changed, 16 insertions(+) diff --git a/configure.ac b/configure.ac index 726eb4f..2216e16 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,22 @@ AC_CHECK_DECL(CLOCK_MONOTONIC,[],

[PATCH wayland 2/2] build: Add wayland-scanner.pc.

2013-07-02 Thread Daiki Ueno
To allow user program to include wayland-scanner.m4 in tarball, move the path variables from it into wayland-scanner.pc. --- Makefile.am | 2 +- configure.ac | 3 ++- src/Makefile.am | 3 +++ src/wayland-scanner-uninstalle

[PATCH wayland 1/2] build: Install wayland-scanner.mk under $(pkgdatadir).

2013-07-02 Thread Daiki Ueno
--- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 306d7b3..df6d4b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,6 @@ SUBDIRS = src protocol $(doc_subdir) tests cursor ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} aclocal

[PATCH wayland 0/2] build: Make wayland-scanner.m4 distributable

2013-07-02 Thread Daiki Ueno
Hi, Currently, wayland-scanner.m4 is auto-generated with some path variables (e.g. @prefix@) substituted. This makes it a bit hard to use this file in an external project. See a patch at: https://code.google.com/p/ibus/issues/detail?id=1617#c13 Here are a couple of minor patches to improve this

Re: [PATCH 8/8] shell: Fix calculation of center point in surface rotation

2013-07-02 Thread Rob Bradford
I think the change is correct but i'd like to see more explanation about the change in the commit message and the problem that it caused. Rob ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo