wl_keyboard, libxkbcomon, sticky keys

2013-12-31 Thread Steven Edwards
Dear wayland-devel: What is the current status of implementing accessibility features (namely Sticky Keys and Mouse Keys) in Wayland? I would love to help either test or implement them, but I don't know where to begin. wl_keyboard looks like the main structure I need to focus on, but some earlie

Re: [PATCH] Destroy resources when destroying input and output

2013-12-31 Thread Pekka Paalanen
On Wed, 25 Dec 2013 17:02:09 +0100 Mariusz Ceier wrote: > Some structures containing resources list are freed before > resources on that list are destroyed, and that triggers invalid > read/write in compositor.c:3103 indirectly called from > text-backend.c:938 when running weston under valgrind.