This looked good on paper but clearly no-one (including myself) ever tested this
in a real-life situation or they would've noticed that the constant factor is
missing, causing a segfault on the first two-finger scroll event, touchpad
gesture or button scrolling.
Adding the constant factor makes th
On Mon, Apr 30, 2018 at 11:35:49AM +0200, w...@ongy.net wrote:
> From: Markus Ongyerth
>
> This now prints each tablet seat with at least one tablet/pad/tool
> attached.
> For each tablet seat, each tablet, pad and tool is printed with as much
> detail about the device as the protocol provides.
>
On Mon, Apr 30, 2018 at 11:35:50AM +0200, w...@ongy.net wrote:
> From: Markus Ongyerth
>
> Fixes a memory leak by calling wl_keyboard_destroy on a any keyboard
already has my rev-by anyway, but "on a any" seems overly excessive here ;)
Cheers,
Peter
> that was used to listen for events.
>
On Thu, 17 May 2018 18:53:10 +0200
Dorota Czaplejewicz wrote:
> Provides the ability to emulate keyboards by applications. Complementary to
> input-method protocol.
>
> The interface is a mirror copy of wl_keyboard, with removed serials, and
> added seat binding.
> ---
>
> This proposal is an
From: Ankit Nautiyal
The flag bits 19-22 of the connector modes, provide the aspect-ratio
information. This information can be stored in flags bits of the
weston mode structure, so that it can used for setting a mode with a
particular aspect-ratio.
Currently, DRM layer supports aspect-ratio with
This adds a new protocol to negotiate server-side rendering of window
decorations for xdg-toplevels. This allows compositors that want to draw
decorations themselves to send their preference to clients, and clients that
prefer server-side decorations to request them.
This is inspired by a protocol