]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dc.cpp
It's possible now to save to a PNG. OK, I still
[wxWidgets.git] / src / gtk / dc.cpp
index ff6f369904c140192885dc278223f51207fd1cfd..a7c77998bc209455c7c40d1b49c212d01d1f2c6b 100644 (file)
@@ -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) )
 {