renamed gsockmot.cpp to *.c

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-10-01 13:53:26 +00:00
parent e1393d82b3
commit d391a34510
3 changed files with 27 additions and 13 deletions

View File

@@ -763,3 +763,12 @@ wxApp::GetStdIcon(int which) const
return wxIcon(error_xpm);
}
}
// ----------------------------------------------------------------------------
// accessors for C modules
// ----------------------------------------------------------------------------
extern "C" XtAppContext wxGetAppContext()
{
return (XtAppContext)wxTheApp->GetAppContext();
}