From f31ed3f103309ab781b56c03dc3de12f0ed4d97f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 18 Nov 2006 00:29:40 +0000 Subject: [PATCH] forceTrueColour parameter git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_app.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/_app.i b/wxPython/src/_app.i index 91d1a8fb8b..bef4d71056 100644 --- a/wxPython/src/_app.i +++ b/wxPython/src/_app.i @@ -228,7 +228,7 @@ explicitly from somewhere.", ""); DocDeclStr( - void, SetUseBestVisual( bool flag ), + void, SetUseBestVisual( bool flag, bool forceTrueColour = false ), "Set whether the app should try to use the best available visual on systems where more than one is available, (Sun, SGI, XFree86 4, etc.)", "");