]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/wrapdfb.h
adding raster op hook
[wxWidgets.git] / include / wx / dfb / wrapdfb.h
index c08123d103f71f8358039f67d0b3d879b57920e8..9ce251c34d7f406754474977afc5746ac71c9a62 100644 (file)
@@ -407,6 +407,9 @@ struct wxIDirectFBWindow : public wxDfbWrapper<IDirectFBWindow>
 
     bool RequestFocus()
         { return Check(m_ptr->RequestFocus(m_ptr)); }
 
     bool RequestFocus()
         { return Check(m_ptr->RequestFocus(m_ptr)); }
+
+    bool Destroy()
+        { return Check(m_ptr->Destroy(m_ptr)); }
 };
 
 
 };