8 Feb
2004
8 Feb
'04
12:25 p.m.
On Sunday 08 February 2004 11:17 am, Edwin wrote:
The image has finished calculating.
To speculate wildly about the cause of this, possibly the window manager is generating an event indicating that the window size has changed even though it hasn't - I've had that happen in my programs before. You could try checking to see if the new width & height are really different before recalculating.
We do. It is in the resizeWindow() routine in unixscr.c. But, I may have messed up the select masks, or something else. Jonathan