On Tue, May 24, 2016 at 6:44 PM, Pekka Paalanen wrote:
> On Tue, 24 May 2016 18:29:52 +0530
> Vikas Patil wrote:
>
>> Dear All,
>>
>> Here (attached here the image ) the touch input is not going to surface 1
>> even after touching any of the two buttons on surface 1. Instead touch
>> event goes
From: Yong Bakos
Signed-off-by: Yong Bakos
---
src/event-loop.c | 8
src/wayland-server-core.h | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/event-loop.c b/src/event-loop.c
index ea27b69..5490042 100644
--- a/src/event-loop.c
+++ b/src/event-lo
This first release candidate for Weston 1.11 includes a few fixes for
builds against FreeRDP 2.0, a change to how we check the wayland version
prerequisites, and a handful of other fixes and minor refactorings.
A brief summary of some of the main changes for 1.11 follows.
== libweston ==
A conce
This is the first release candidate for wayland 1.11. There have been
only a few minor changes since the beta; see the end of this note.
To summarize the full changes included in this release over 1.10.0:
Proxy wrappers were introduced, which help avoid race conditions in
multi-threaded clients.
From: Yong Bakos
wayland-client-protocol.h and wayland-server-protocol.h use a tab
between the identifier and token of generated #defines for request/event
opcodes and versions. While this sometimes enables vertical alignment,
it more frequently doesn't, and leads to awkward spacing.
Replace the
On 22/02/16 12:42 PM, Carlos Garnacho wrote:
> Just to keep it hidden so far... A lot of the plumbing necessary to
> handle x11->wayland drag and drop is missing, and the current
> partial handling gets in the middle for X11 drag-and-drop itself
> to work.
>
> The approach is well directed, but ne
On Tue, May 24, 2016 at 09:49:20AM +0800, Jonas Ådahl wrote:
> On Mon, May 23, 2016 at 02:22:45PM -0700, Bryce Harrington wrote:
> > On Fri, May 20, 2016 at 03:35:15PM -0700, Bryce Harrington wrote:
> > > On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote:
> > > > On Fri, May 06, 2016
This patch splits screensooter.c so that the code implementing
the private screenshooter protocol and launching the client is
moved to a weston specific file, leaving only the code that can
be shared between compositors in screenshooter.c.
Two exported functions are added in screenshooter.c to star
---
src/input.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/input.c b/src/input.c
index 8fe898c..c6cdedd 100644
--- a/src/input.c
+++ b/src/input.c
@@ -2277,7 +2277,7 @@ bind_seat(struct wl_client *client, void *data, uint32_t
version, uint32_t id)
}
#ifdef ENA
Signed-off-by: Giulio Camuffo
---
src/compositor.h | 5 ++--
src/log.c| 74 ++-
src/main.c | 80
3 files changed, 90 insertions(+), 69 deletions(-)
diff --git a/src/compositor.
This commit also adds a libweston-0.pc file. The -0 is the abi version
introduced in the previous patch.
Signed-off-by: Giulio Camuffo
---
Makefile.am | 44 +++-
configure.ac| 1 +
src/libweston.pc.in | 11 +++
3 files changed, 39
They belong in the compositor rather than libweston since they
set signals handlers, and a library should not do that behind its
user's back. Besides, they were using functions in main.c already
so they were not usable by other compositors.
Signed-off-by: Giulio Camuffo
---
ivi-shell/hmi-control
The backends are now installed in lib/libweston-0, and the include
files that will be used by libweston in include/libweston-0. The other
modules and weston-specific include files are kept in the old paths.
A new load_weston_module() is added to load plugins in the old path,
which is not part of li
Hi,
this patch series creates the libweston library, and makes it usable by
other compositors. To enable that some changes are needed to make sure
that libweston doesn't call functions that are implemented in the weston
executable, and some functions that are needed by compositors are
exported.
Som
This makes more clear that the backend doesn't take ownership
of the data and it makes the API more usable.
Signed-off-by: Giulio Camuffo
---
src/compositor-drm.h | 10 +-
src/main.c | 18 --
2 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/src/c
On Tue, 24 May 2016 14:53:25 +0100
adlo wrote:
> > On 20 May 2016, at 08:50, Pekka Paalanen wrote:
> >
> > You would design a new protocol extension private to Weston, with which
> > you deliver to your client the handles for top-level windows as they
> > come and go. Then with those handles yo
On Sun, May 22, 2016 at 01:33:13PM +0500, Alexander E. Patrakov wrote:
> 22.05.2016 03:51, Zbigniew Jędrzejewski-Szmek пишет:
> >Hi,
> >
> >systemd v230 has been tagged. Enjoy!
> >
> >CHANGES WITH 230:
>
>
>
> >* Framebuffer devices (/dev/fb*) and 3D printers and scanners
> > (d
> On 20 May 2016, at 08:50, Pekka Paalanen wrote:
>
> You would design a new protocol extension private to Weston, with which
> you deliver to your client the handles for top-level windows as they
> come and go. Then with those handles you could design a protocol for
> laying out a scaled versio
On Tue, 24 May 2016 18:29:52 +0530
Vikas Patil wrote:
> Dear All,
>
> Here (attached here the image ) the touch input is not going to surface 1
> even after touching any of the two buttons on surface 1. Instead touch
> event goes to surface 2. Also if I touch anywhere in the area marked green
>
Dear All,
Here (attached here the image ) the touch input is not going to surface 1
even after touching any of the two buttons on surface 1. Instead touch
event goes to surface 2. Also if I touch anywhere in the area marked green
also goes to surface 2 even it being the part of surface 1. Touchin
On Mon, 23 May 2016 16:51:03 +0200
Armin Krezović wrote:
> On 23.05.2016 15:56, Pekka Paalanen wrote:
> > Hi Armin,
> >
>
> Hello.
>
> > the community bonding period is over, and today is the first day of the
> > official coding period. How is it going? :-)
> >
>
> I was busy this past w
On 24/05/2016 09:24, Pekka Paalanen wrote:
On Mon, 23 May 2016 14:07:58 -0700
Bryce Harrington wrote:
Establishes a single variable for defining the libwayland version
requirements. Enforces the same version dependency between
libwayland-client and libwayland-server, as per the 1.11 release
d
On Mon, 23 May 2016 14:07:58 -0700
Bryce Harrington wrote:
> Establishes a single variable for defining the libwayland version
> requirements. Enforces the same version dependency between
> libwayland-client and libwayland-server, as per the 1.11 release
> discussions. This also sets wayland-cl
23 matches
Mail list logo