To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68019





------- Additional comments from [EMAIL PROTECTED] Mon Jan 29 05:54:30 -0800 
2007 -------
I'd advise against, the Xserver should instead be fixed. However if you really
want to, then you can send an artificial paint event for the region becoming
viewable. You have the old geometry (position and size) in the maGeometry member
of X11SalFrame. You can calculate the changed region with that (consisting of
two rectangles in case of horizontal or vertical movement, in general four
rectangles). If any of these intersect with the screen (0,0,screen width, screen
height), you can generate paint events for those rectangles (converted to window
coordinates). Alternatively you could simply redraw the whole window if the
window was off screen before the event.

But fixing the Xserver would be better. What will you do if the next event it
does not send is the move event ?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to