X / gtk-x11 / flicker and other problems [+PATCH]

John Emmas johne53@tiscali.co.uk
Sun Feb 15 18:08:00 GMT 2009


----- Original Message ----- 
From: "Jon TURNEY"
>
> Thanks for being the guinea pig.  I'll update the CG document to hopefully
> clarify the things which caused you problems.
>
Thanks.  One more thing Jon.  I'm probably being ludicrously simplistic
here - but to fix the resizing problem (not resizing until the user lets go
of the mouse button) could there be a simple fix for this just by responding
to the WM_MOUSEHOVER notification?

For example:-
1)  Check wParam to see if the left button is currently pressed.
2)  If so, call Invalidate() for the window being resized.
3)  Call TrackMouseEvent() on next WM_MOUSEMOVE (so that the next hover
event gets notified).

John


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list