It's possible now to save to a PNG. OK, I still
have performance problems, but it's a start. Updated install.txt. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,6 +83,12 @@ wxDC::~wxDC(void)
|
||||
{
|
||||
}
|
||||
|
||||
bool wxDC::Ok(void) const
|
||||
{
|
||||
wxASSERT_MSG( !ok, "invalid display context" );
|
||||
return m_ok;
|
||||
}
|
||||
|
||||
void wxDC::DrawArc( long WXUNUSED(x1), long WXUNUSED(y1), long WXUNUSED(x2), long WXUNUSED(y2),
|
||||
double WXUNUSED(xc), double WXUNUSED(yc) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user