On 23/06/17 02:23 PM, Peter Hutterer wrote:
> Since meson commit ae9b238 "ninja: De-dup libraries and use --start/end-group"
> we get linker errors with the tools. The duplication is apparently a bit too
> agressive, swapping the order here make sure libinput isn't removed.
>
> Signed-off-by: Pete
On 6/23/17 1:11 PM, Daniel Stone wrote:
Hi Quentin,
On 13 April 2017 at 20:15, Quentin Glidic
wrote:
When switching a state twice in a row, we were overwriting the old value
without setting it back, sending a wrong state to the client.
Now we update our requested state, then check if we need
On 6/23/17 12:59 PM, Daniel Stone wrote:
Hi Quentin,
On 10 March 2017 at 10:50, Quentin Glidic
wrote:
@@ -634,22 +633,27 @@ weston_desktop_xdg_toplevel_committed(struct
weston_desktop_xdg_toplevel *toplev
+ if ((toplevel->next_state.maximized || toplevel->next_state.fullscreen)
&&
+
Currently the xwayland implementation of desktop surfaces doesn't do
anything when weston_desktop_surface_set_maximized/fullscreen() is called.
In order to support this, we have to add xwayland internal interfaces
for sending those requests to the xwayland window. Also, a xwayland desktop
surface s