Add forceTrueColour option to SetBestVisual().

Currently API only, implement later.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-11-17 09:29:39 +00:00
parent 5600fb6e6f
commit 515a31bf65
3 changed files with 11 additions and 2 deletions

View File

@@ -74,7 +74,10 @@ wxDEFINE_TIED_SCOPED_PTR_TYPE(wxEventLoop)
wxAppBase::wxAppBase()
{
m_topWindow = (wxWindow *)NULL;
m_useBestVisual = false;
m_forceTrueColour = false;
m_isActive = true;
m_mainLoop = NULL;