On Thu, Mar 16, 2017 at 10:01:05AM +, Daniel Stone wrote:
> When the wheel tilt source is present, gcc complains that we don't
> handle all possible enumeration values. We already ensure this cannot
> happen in its only caller (handle_pointer_axis), but gcc doesn't
> recognise this. Give it a d
On 16 March 2017 at 10:54, Daniel Stone wrote:
> Hey Emil,
>
> On 13 March 2017 at 17:57, Emil Velikov wrote:
>> On 10 March 2017 at 15:28, Daniel Stone wrote:
>>> On 9 March 2017 at 22:57, Emil Velikov wrote:
According to WL_bind_wayland_display and the i965/i915 drivers
(afaict) abo
On 16 March 2017 at 10:48, Daniel Stone wrote:
> Hey Emil,
>
> On 13 March 2017 at 18:03, Emil Velikov wrote:
>> On 10 March 2017 at 15:12, Daniel Stone wrote:
>>> Honestly, I don't think it makes any practical difference. The dumb
>>> buffer itself has a reference held by the fb, so won't actua
On 16 March 2017 at 12:40, Pekka Paalanen wrote:
> On Tue, 21 Feb 2017 16:14:28 +
> Emil Velikov wrote:
>
>> From: Emil Velikov
>>
>> Currently both of libwayland-{client,server} export the same util
>> (amongst other) symbols.
>>
>> Although not crucial this is something which should be avo
On Tue, 21 Feb 2017 16:14:28 +
Emil Velikov wrote:
> From: Emil Velikov
>
> Currently both of libwayland-{client,server} export the same util
> (amongst other) symbols.
>
> Although not crucial this is something which should be avoided where
> possible.
>
> As such let's move the library
On Tue, 14 Mar 2017 11:34:45 +0100
Emilio Pozuelo Monfort wrote:
> On 14/03/17 11:29, Pekka Paalanen wrote:
> > From: Pekka Paalanen
> >
> > Bump the future release to 3.0.0 due to breaking ABI in libweston.
> >
> > We have merged a few patches already that change libweston/compositor.h.
> > W
On Thu, 16 Mar 2017 11:46:06 +
Eric Engestrom wrote:
> Signed-off-by: Eric Engestrom
> ---
> tests/connection-test.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/connection-test.c b/tests/connection-test.c
> index 8be6c38..157e1bc 100644
> --- a/tests/
Signed-off-by: Eric Engestrom
---
tests/connection-test.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/connection-test.c b/tests/connection-test.c
index 8be6c38..157e1bc 100644
--- a/tests/connection-test.c
+++ b/tests/connection-test.c
@@ -603,8 +603,8 @@ suu_han
Hey Emil,
On 13 March 2017 at 17:57, Emil Velikov wrote:
> On 10 March 2017 at 15:28, Daniel Stone wrote:
>> On 9 March 2017 at 22:57, Emil Velikov wrote:
>>> According to WL_bind_wayland_display and the i965/i915 drivers
>>> (afaict) above five should have two planes. Then again, the FOURCC an
Hey Emil,
On 13 March 2017 at 18:03, Emil Velikov wrote:
> On 10 March 2017 at 15:12, Daniel Stone wrote:
>> Honestly, I don't think it makes any practical difference. The dumb
>> buffer itself has a reference held by the fb, so won't actually get
>> destroyed until both the buffer has been dest
When the wheel tilt source is present, gcc complains that we don't
handle all possible enumeration values. We already ensure this cannot
happen in its only caller (handle_pointer_axis), but gcc doesn't
recognise this. Give it a default value to quiet the warning.
Signed-off-by: Daniel Stone
---
11 matches
Mail list logo