To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73689
------- Additional comments from [EMAIL PROTECTED] Mon Mar 5 20:48:25 +0000
2007 -------
With the idea of paveljanik, Added function
void AquaSalGraphics::RefreshRect(float lX, float lY, float lWidth, float
lHeight)
{
fprintf(stderr,"-->%s refresh %f - %f - %f - %f\n",__func__,lX,
lY,lWidth,lHeight);
// Refresh windows content
Rect aRect;
aRect.left = static_cast<float>(lX);
aRect.top = static_cast<float>(lY);
aRect.right = static_cast<float>(lWidth);
aRect.bottom = static_cast<float>(lHeight);
InvalWindowRect(mrWindow, &aRect);
}
to salgdiutils.ccx, and get good refresh, adding it step by step to drawing
function that need it
---------------------------------------------------------------------
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]