Re: [PATCH 1/2] protocol: Allow output changes to be treated atomically

2013-05-22 Thread Alexander Larsson
On mån, 2013-05-20 at 09:51 +0300, Pekka Paalanen wrote: > On Thu, 16 May 2013 15:49:35 +0200 > al...@redhat.com wrote: > > > From: Alexander Larsson > > > > This add a wl_output.done event which is send after every group > > of events caused by some property change. This allows clients to treat

Re: [PATCH 1/2] protocol: Allow output changes to be treated atomically

2013-05-19 Thread Pekka Paalanen
On Thu, 16 May 2013 15:49:35 +0200 al...@redhat.com wrote: > From: Alexander Larsson > > This add a wl_output.done event which is send after every group > of events caused by some property change. This allows clients to treat > changes touching multiple events in an atomic fashion. Hi, why did

[PATCH 1/2] protocol: Allow output changes to be treated atomically

2013-05-16 Thread alexl
From: Alexander Larsson This add a wl_output.done event which is send after every group of events caused by some property change. This allows clients to treat changes touching multiple events in an atomic fashion. --- protocol/wayland.xml | 12 +++- 1 file changed, 11 insertions(+), 1 de