Re: [PATCH wayland] protocol: Bump seat to version 7 and require keymaps be private

2018-11-30 Thread Derek Foreman
On 11/2/18 6:15 AM, Pekka Paalanen wrote: > On Thu, 1 Nov 2018 11:15:46 -0500 > Derek Foreman wrote: > >> Weston commit 76829fc4eaea329d2a525c3978271e13bd76c078 (and similar >> commits for other compositors) protects the compositor's keyboard >> mapping from client damage by duplicating the

Re: [PATCH v2] protocol: prefer wl_surface.damage_buffer

2018-11-30 Thread Derek Foreman
On 11/5/18 1:44 PM, Derek Foreman wrote: > On 11/5/18 7:57 AM, Simon Ser wrote: >> This commit makes wl_surface.damage_buffer preferred over wl_surface.damage. >> wl_surface.damage can be implemented in a non-optimal way by the compositor >> (e.g. by always damaging the whole buffer). >> >> Having

Re: Weston making system slow

2018-11-30 Thread Pekka Paalanen
On Fri, 30 Nov 2018 09:41:54 +0530 deepan muthusamy wrote: > I have Weston without notify enabled, with this Weston my UI application > performance is fast. > > But I changed to Weston with notify, because I have to start as system > service. I followed the procedure provided by you guys only.