]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/pen.cpp
*** empty log message ***
[wxWidgets.git] / src / os2 / pen.cpp
index 48da7cb43436b3941cfab29db6dfffc514645961..c3d18a0378e37fd6b87f1d81ff71d9ec1eb0d1c2 100644 (file)
@@ -140,6 +140,11 @@ bool wxPen::FreeResource(bool force)
     else return FALSE;
 }
 
+bool wxPen::IsFree() const
+{
+  return (M_PENDATA && M_PENDATA->m_hPen == 0);
+}
+
 void wxPen::Unshare()
 {
     // Don't change shared data