Some clean-ups which don't really solve any problem yet.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-02-14 13:13:08 +00:00
parent 307be31a92
commit 86fd8bda38
3 changed files with 52 additions and 129 deletions

View File

@@ -703,6 +703,10 @@ WXColormap wxApp::GetMainColormap(WXDisplay* display)
Window wxGetWindowParent(Window window)
{
wxASSERT_MSG( window, "invalid window" );
return (Window) 0;
Window parent, root = 0;
unsigned int noChildren = 0;
Window* children = NULL;