Re: [patch] gtk scrolling loop

2005-03-20 Thread Alfredo Braunstein
John Spray wrote: > Works for me too, once I added the "bool adjusting_" member to the > header. I'll commit it later if you don't. Thanks! I've just commited it, thanks. >> Current impressions with the gtk frontend: very slow, and crashed in >> 0x00262809 in XftGlyphExtents () from /usr/X11R6

Re: [patch] gtk scrolling loop

2005-03-20 Thread John Spray
On Sun, 2005-03-20 at 17:14 +0100, Alfredo Braunstein wrote: > The following patch eliminates the infinite loop while scrolling in the gtk > frontend. It introduces a flag to eliminate reentrance between onScroll and > setScrollbarParameters. Is not that I'm really able to follow al the > signals w

[patch] gtk scrolling loop

2005-03-20 Thread Alfredo Braunstein
The following patch eliminates the infinite loop while scrolling in the gtk frontend. It introduces a flag to eliminate reentrance between onScroll and setScrollbarParameters. Is not that I'm really able to follow al the signals whereabouts, but this seems to work. Current impressions with the gtk