Re: [PATCH] window: Don't needlessly sync parent and geometry

2014-09-15 Thread Pekka Paalanen
On Sun, 14 Sep 2014 17:09:38 +0200 Ondřej Majerech wrote: > On Sun, 14 Sep 2014 13:52:21 +0100 > Daniel Stone wrote: > > > Hi, > > > > On 13 September 2014 15:35, Ondřej Majerech > > wrote: > > > > > When a toytoolkit client redraws, the toolkit syncs the parent and > > > geometry. If a clie

Re: [PATCH] window: Don't needlessly sync parent and geometry

2014-09-14 Thread Ondřej Majerech
On Sun, 14 Sep 2014 13:52:21 +0100 Daniel Stone wrote: > Hi, > > On 13 September 2014 15:35, Ondřej Majerech > wrote: > > > When a toytoolkit client redraws, the toolkit syncs the parent and > > geometry. If a client redraws often (such as the terminal drawing a > > huge amount of output), thi

Re: [PATCH] window: Don't needlessly sync parent and geometry

2014-09-14 Thread Daniel Stone
Hi, On 13 September 2014 15:35, Ondřej Majerech wrote: > When a toytoolkit client redraws, the toolkit syncs the parent and > geometry. If a client redraws often (such as the terminal drawing a huge > amount of output), this can spam the compositor with requests and may > result in the client's

[PATCH] window: Don't needlessly sync parent and geometry

2014-09-13 Thread Ondřej Majerech
When a toytoolkit client redraws, the toolkit syncs the parent and geometry. If a client redraws often (such as the terminal drawing a huge amount of output), this can spam the compositor with requests and may result in the client's eventual being killed. We don't need to send requests for changin