Re: [PATCH weston v3 00/17] Tablet device support for weston

2020-01-31 Thread Pekka Paalanen
On Wed, 20 Dec 2017 09:02:26 -0800 Jason Gerecke wrote: > On Tue, Dec 19, 2017 at 12:33 AM, Maniraj Devadoss > wrote: > > Hi Jason, > > > > I found the root cause for the backtrace you shared > > https://lists.freedesktop.org/archives/wayland-devel/2017-November/035964.html > > > > The issue is

Re: [PATCH weston v3 00/17] Tablet device support for weston

2017-12-20 Thread Jason Gerecke
On Tue, Dec 19, 2017 at 12:33 AM, Maniraj Devadoss wrote: > Hi Jason, > > I found the root cause for the backtrace you shared > https://lists.freedesktop.org/archives/wayland-devel/2017-November/035964.html > > The issue is that the tablet tool's surface and view is not > set as mapped in tablet_t

[PATCH weston v3 00/17] Tablet device support for weston

2017-12-19 Thread Maniraj Devadoss
Hi Jason, I found the root cause for the backtrace you shared https://lists.freedesktop.org/archives/wayland-devel/2017-November/035964.html The issue is that the tablet tool's surface and view is not set as mapped in tablet_tool_cursor_surface_configure API, so the same view can be added more th