Removed menu.cpp and toolbar.cpp from X11.

Compile fixes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-02-10 10:53:07 +00:00
parent 859e65deb5
commit b555c37c8e
5 changed files with 7 additions and 1434 deletions

View File

@@ -60,6 +60,8 @@ wxApp *wxTheApp = NULL;
wxHashTable *wxWidgetHashTable = NULL;
static Window wxGetParentWindow(Window window);
IMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler)
BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
@@ -650,7 +652,7 @@ WXColormap wxApp::GetMainColormap(WXDisplay* display)
return (WXColormap) c;
}
Window wxGetWindowParent(Window window)
Window wxGetParentWindow(Window window)
{
Window parent, root = 0;
unsigned int noChildren = 0;