On Sat, May 21, 2016 at 12:18 PM, Yong Bakos wrote:
> From: Yong Bakos
>
> wayland-shm.c uses WL_EXPORT and wl_array, which are defined in
> wayland-util.h.
>
> Include wayland-util.h explicitly, rather than transitively through
> wayland-server.h.
>
> Signed-off-by: Yong Bakos
> ---
> src/wayl
On Sat, May 21, 2016 at 12:23 PM, Yong Bakos wrote:
> From: Yong Bakos
>
> event-loop.c uses WL_EXPORT and wl_list, which are defined in
> wayland-util.h.
>
> Include wayland-util.h explicitly, rather than transitively through
> wayland-server-core.h.
>
> Signed-off-by: Yong Bakos
> ---
> src/e
From: Yong Bakos
event-loop.c uses WL_EXPORT and wl_list, which are defined in
wayland-util.h.
Include wayland-util.h explicitly, rather than transitively through
wayland-server-core.h.
Signed-off-by: Yong Bakos
---
src/event-loop.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/even
From: Yong Bakos
wayland-shm.c uses WL_EXPORT and wl_array, which are defined in
wayland-util.h.
Include wayland-util.h explicitly, rather than transitively through
wayland-server.h.
Signed-off-by: Yong Bakos
---
src/wayland-shm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/waylan
This client uses libiio to retrieve accelerometer values from the iio
subsystem on Linux (and maybe some other kernels), and automatically
rotate the output whenever orientation changed.
I tested it with a mma8453 accelerometer, but everything needed should
be available in the configuration to mak
On Wed, May 11, 2016 at 12:11:50PM -0700, Bryce Harrington wrote:
> On Fri, May 06, 2016 at 02:17:23PM +0300, Pekka Paalanen wrote:
> > On Wed, 4 May 2016 11:46:23 -0700
> > Bryce Harrington wrote:
> >
> > > On Wed, May 04, 2016 at 12:55:16AM -0700, Bryce Harrington wrote:
> > > > Here's the alph
Establishes a single variable for defining the libwayland version
requirements. Enforces the same version dependency between
libwayland-client and libwayland-server, as recommended by pq in the
1.11 release discussions.
Signed-off-by: Bryce Harrington
---
configure.ac | 12 +++-
1 file
On Thu, May 12, 2016 at 09:48:17AM +0100, Emil Velikov wrote:
> On 12 May 2016 at 09:13, Pekka Paalanen wrote:
> > On Thu, 12 May 2016 11:12:28 +1000
> > Peter Hutterer wrote:
> >
> >> On Wed, May 11, 2016 at 01:18:59PM -0700, Bryce Harrington wrote:
> >> > Establishes a single variable for defin
> On 20 May 2016, at 09:33, Olivier Fourdan wrote:
>
> FWIW, if xfce were to support Wayland some day, we'd probably built it
> on top of an existing compositor manager (mutter is probably the best
> bet for a gtk+ based environment) and just like with GNOME shell,
> window previews/thumbnails w
Le 20/05/2016 11:58, Sam Spilsbury a écrit :
> On Fri, May 20, 2016 at 5:33 PM, David Fort wrote:
>> Releasing a seat is not safe, so let's just announce it without keyboard
>> and mouse until this is fixed. Without this patch we just can't reconnect on
>> the RDP compositor as it crashes.
>>
>> v
Hi,
On 20-05-16 12:28, Hans de Goede wrote:
Hi,
On 20-05-16 02:29, Peter Hutterer wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1336084
Signed-off-by: Peter Hutterer
---
udev/90-libinput-model-quirks.hwdb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/udev/90-libinput-model-qui
Hi,
On 20-05-16 04:55, Peter Hutterer wrote:
https://bugs.freedesktop.org/show_bug.cgi?id=95290
Signed-off-by: Peter Hutterer
---
udev/90-libinput-model-quirks.hwdb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/udev/90-libinput-model-quirks.hwdb
b/udev/90-libinput-model-quirks.hwdb
i
Hi,
On 20-05-16 02:29, Peter Hutterer wrote:
https://bugzilla.redhat.com/show_bug.cgi?id=1336084
Signed-off-by: Peter Hutterer
---
udev/90-libinput-model-quirks.hwdb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/udev/90-libinput-model-quirks.hwdb
b/udev/90-libinput-model-quirks.hwdb
On Fri, May 20, 2016 at 5:33 PM, David Fort wrote:
> Releasing a seat is not safe, so let's just announce it without keyboard
> and mouse until this is fixed. Without this patch we just can't reconnect on
> the RDP compositor as it crashes.
>
> v2: fixed the leak of the xkb_keymap
>
> Signed-off-b
Releasing a seat is not safe, so let's just announce it without keyboard
and mouse until this is fixed. Without this patch we just can't reconnect on
the RDP compositor as it crashes.
v2: fixed the leak of the xkb_keymap
Signed-off-by: David Fort
---
src/compositor-rdp.c | 33 ++
On Wed, 18 May 2016 12:22:06 +0100
mateuszx.potr...@intel.com wrote:
> From: Mateusz Polrola
>
> If surface will be set to visible before its source rectangle will
> be defined it will be displayed in its orginal size.
Hi,
how does it happen that you set visibility but not the source rectangle
Hi,
On 12 May 2016 at 00:35, ade low wrote:
> [...]
> It is important that it is a standard, cross-compositor protocol. For
> example, if I am using my app on "xfwm-wayland" and then I decide that I
> want to switch to KWin, my app should continue to work.
As a side note, there is no such thing
On Mon, 16 May 2016 15:25:52 -0700
Florian Hänel wrote:
> From: =?UTF-8?q?Florian=20H=C3=A4nel?=
>
> If weston crashed (or during development) it can leave the tty
> in graphics mode, which would prevent it from ever coming up again.
>
> Another compositor running should be handled by upstart/
On Thu, 19 May 2016 18:10:19 +0100
adlo wrote:
> > On 12 May 2016, at 08:57, Pekka Paalanen wrote:
> >
> > On Wed, 11 May 2016 23:35:01 +0100
> > ade low wrote:
> >> My use case is third-party window switcher applications, such as
> >> xfdashboard or my program, xfce4-lightdash-plugin:
> >>
On Thu, 19 May 2016 20:31:16 -0600
Yong Bakos wrote:
> From: Yong Bakos
>
> wayland-client-protocol.h had forward declarations for wl_client and
> wl_resource, yet nothing on the client side references these types.
>
> Add a 'side' condition to only generate these forward declarations in the
>
20 matches
Mail list logo