Update of /src/master/dx/src/uipp/dxuilib
In directory opendx.watson.ibm.com:/tmp/cvs-serv20146

Modified Files:
        ImageWindow.C ImageWindow.h 
Log Message:
Don't request so many executions for handling resizing.
- Changes in ImageWindow.{C,h} to queue an execution request
instead of requesting an execution immediately.  The behavior
of the ImageWindow isn't changed, instead it should just request
fewer executions.
- Hysteresis is still a problem.  If the user resizes while
an execution is handling a previous resize, then the ImageWindow
will snap back to reflect the previous execution's camera.
...although this is unrelated to the Red Hat window mgr and
has been a problem as long as I can remember.
- There may be a better way to queue an execution than
waiting 1/2 second for additional resize events but I'm 
still looking for it.  There is no X Event that would
help predict the user's next action (i.e. has the mouse
button just been released or is it still down).

Reply via email to