Started some NanoX work (blind to begin with)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -272,16 +272,16 @@ bool wxWindowX11::Show(bool show)
|
||||
if (show)
|
||||
{
|
||||
wxString msg;
|
||||
msg.Printf("Mapping window of type %s", GetClassInfo()->GetClassName());
|
||||
wxLogDebug(msg);
|
||||
msg.Printf("Mapping window of type %s", GetClassInfo()->GetClassName());
|
||||
wxLogDebug(msg);
|
||||
XMapWindow(xdisp, xwin);
|
||||
XSync(xdisp, False);
|
||||
XSync(xdisp, False);
|
||||
}
|
||||
else
|
||||
{
|
||||
wxString msg;
|
||||
msg.Printf("Unmapping window of type %s", GetClassInfo()->GetClassName());
|
||||
wxLogDebug(msg);
|
||||
msg.Printf("Unmapping window of type %s", GetClassInfo()->GetClassName());
|
||||
wxLogDebug(msg);
|
||||
XUnmapWindow(xdisp, xwin);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user