Craig D wrote:
>>> place it. It works BUT mouse movement causes redraw events=20
>>> (ie just moving the mouse around the image causes it to be=20
>>> redrawn). Is this expected behavior?

        No, just moving the mouse around should definitely NOT
        cause redraws. Otherwise apps would be constantly flickering.

        I'm guessing you might have a handle() function in one of
        your widgets that is triggering redraws while processing
        mouse movement events. That'd be the first place to look
        for trouble.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to