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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user