Re: [PATCH weston] weston-info: display output scale

2015-12-16 Thread Pekka Paalanen
On Wed, 16 Dec 2015 19:19:55 + Jonny Lamb wrote: > Fall back to not showing anything as before if we don't have a > compositor with wl_output new enough (version 2 or newer). > > Signed-off-by: Jonny Lamb > --- > clients/weston-info.c | 25 +++-- > 1 file changed, 23 in

Re: [Wayland1.5]Issue of weston dump,display 'wayland-0' is gone

2015-12-16 Thread Bryce Harrington
On Thu, Dec 17, 2015 at 03:07:06AM +, Yang Andy wrote: > Hi Everyone > > I develop IVI software based on wayland/weston v1.5. > > There is possibility that IVI system can not display screen at start up. > > I analyze the log of this issue,and find the log information of weston dump > and di

[Wayland1.5]Issue of weston dump,display 'wayland-0' is gone

2015-12-16 Thread Yang Andy
Hi Everyone I develop IVI software based on wayland/weston v1.5. There is possibility that IVI system can not display screen at start up. I analyze the log of this issue,and find the log information of weston dump and display 'wayland-0' is gone. But weston-launch is running. [error log] jour

Re: [PATCH weston 1/5] data-device: Implement DnD progress notification

2015-12-16 Thread Jonas Ådahl
On Wed, Dec 16, 2015 at 04:03:14PM +0100, Carlos Garnacho wrote: > Hey :), > > On Wed, Dec 16, 2015 at 3:21 AM, Jonas Ådahl wrote: > > On Tue, Dec 15, 2015 at 06:56:21PM +0100, Carlos Garnacho wrote: > >> Weston now sends wl_data_source.drop_performed and .drag_finished in > >> order to notify ab

[PATCH libinput] evdev: drain any pending evdev events on a device

2015-12-16 Thread Peter Hutterer
open_restricted() doesn't always mean 'open the fd'. When the X server uses systemd-logind, the fd is opened once before PreInit and then kept open across devices being disabled and enabled through the protocol. When the device is re-enabled and libinput_path_add_device is called for the device, w

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-16 Thread Jonas Ådahl
On Wed, Dec 16, 2015 at 02:50:59PM +0100, Carlos Garnacho wrote: > Hey Jonas! > > On Wed, Dec 16, 2015 at 2:40 AM, Jonas Ådahl wrote: > > On Tue, Dec 15, 2015 at 06:56:24PM +0100, Carlos Garnacho wrote: > >> These 2 requests have been added: > >> > >> - wl_data_source.set_actions: Notifies the co

[PATCH weston] weston-info: display output scale

2015-12-16 Thread Jonny Lamb
Fall back to not showing anything as before if we don't have a compositor with wl_output new enough (version 2 or newer). Signed-off-by: Jonny Lamb --- clients/weston-info.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/clients/weston-info.c b/cli

Re: [PATCH weston 2/5] data-device: Implement DnD actions

2015-12-16 Thread Carlos Garnacho
Hey, On Wed, Dec 16, 2015 at 3:37 AM, Jonas Ådahl wrote: > On Tue, Dec 15, 2015 at 06:56:23PM +0100, Carlos Garnacho wrote: >> The policy in weston in order to determine the chosen DnD action is >> deliberately simple, and is probably the minimals that any compositor >> should be doing here. >> >

Re: [PATCH weston 1/5] data-device: Implement DnD progress notification

2015-12-16 Thread Carlos Garnacho
Hey :), On Wed, Dec 16, 2015 at 3:21 AM, Jonas Ådahl wrote: > On Tue, Dec 15, 2015 at 06:56:21PM +0100, Carlos Garnacho wrote: >> Weston now sends wl_data_source.drop_performed and .drag_finished in >> order to notify about the different phases of DnD. > > s/drop_performed/dnd_drop_performed, and

Re: [PATCH wayland 2/2] protocol: Add DnD actions

2015-12-16 Thread Carlos Garnacho
Hey Jonas! On Wed, Dec 16, 2015 at 2:40 AM, Jonas Ådahl wrote: > On Tue, Dec 15, 2015 at 06:56:24PM +0100, Carlos Garnacho wrote: >> These 2 requests have been added: >> >> - wl_data_source.set_actions: Notifies the compositor of the available >> actions on the data source. >> - wl_data_offer.s