Re: Java GUI support on Wayland

2016-09-26 Thread Erik De Rijcke
In case it's to anyone's interest. I've created a working javafx wayland poc. Code is here: https://github.com/udevbe/wayland-javafx On Mon, Aug 29, 2016 at 1:38 PM, Vinoth Kumar wrote: > Hi Erik, > > Thanks a lot for the additional information. I have got some idea

Re: [PATCH] shared/platform: include weston-egl-ext.h only if ENABLE_EGL is defined

2016-09-26 Thread Pekka Paalanen
On Thu, 15 Sep 2016 13:01:49 +0200 Krzysztof Konopko wrote: > Including `weston-egl-ext.h` causes compilation failure for configurations > with EGL disabled. > > Verified with `--disable-egl`, `--disable-x11-compositor` > and `--disable-drm-compositor`. > > Signed-off-by:

Re: [PATCH wayland v6] util: Document wl_list methods

2016-09-26 Thread Pekka Paalanen
On Thu, 22 Sep 2016 22:11:39 -0700 Bryce Harrington wrote: > On Thu, Sep 22, 2016 at 09:59:37PM -0500, Yong Bakos wrote: > > From: Yong Bakos > > > > Add doxygen comment blocks to all wl_list methods. > > > > Signed-off-by: Yong Bakos

[PATCH weston] libweston-desktop: fix stale ping when a wl_shell_surface is destroyed

2016-09-26 Thread Giulio Camuffo
When sending a ping event to a surface using the wl_shell interface, if that surface is destroyed before we receive the pong we will never receive it, even if the client is actually responsive, since the interface does not exist anymore. So when the surface if destroyed pretend it's a pong and