Re: [PATCH] xwayland: Fix infinite loop on quick movement through menus

2012-04-25 Thread Pekka Paalanen
On Wed, 25 Apr 2012 11:52:42 +0200 Tomasz Borowik wrote: > On Wed, 25 Apr 2012 11:28:28 +0300 > Pekka Paalanen wrote: > > > On Tue, 24 Apr 2012 22:20:26 +0200 > > Tomasz Borowik wrote: > > > > > From: timon37 > > > Date: Tue, 24 Apr 2012 22:13:38 +0200 > > > Subject: [PATCH] Fix infinite loo

Re: [PATCH] xwayland: Fix infinite loop on quick movement through menus

2012-04-25 Thread Tomasz Borowik
On Wed, 25 Apr 2012 11:28:28 +0300 Pekka Paalanen wrote: > On Tue, 24 Apr 2012 22:20:26 +0200 > Tomasz Borowik wrote: > > > From: timon37 > > Date: Tue, 24 Apr 2012 22:13:38 +0200 > > Subject: [PATCH] Fix infinite loop in xwl_screen_post_damage > > > > Happens when first two windows are damag

Re: [PATCH] xwayland: Fix infinite loop on quick movement through menus

2012-04-25 Thread Pekka Paalanen
On Tue, 24 Apr 2012 22:20:26 +0200 Tomasz Borowik wrote: > From: timon37 > Date: Tue, 24 Apr 2012 22:13:38 +0200 > Subject: [PATCH] Fix infinite loop in xwl_screen_post_damage > > Happens when first two windows are damaged, then later one is damaged and > the other is unrealized. It makes the d

[PATCH] xwayland: Fix infinite loop on quick movement through menus

2012-04-24 Thread Tomasz Borowik
From: timon37 Date: Tue, 24 Apr 2012 22:13:38 +0200 Subject: [PATCH] Fix infinite loop in xwl_screen_post_damage Happens when first two windows are damaged, then later one is damaged and the other is unrealized. It makes the damaged windows next point to itself. Triggers most often on menus or t