wxUSE_CONSTRAINTS now refers to constraints only, since sizers
are now crucial to wxWindows. Further Nano-X fixes; now compiles and links in Nano-X mode. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -237,7 +237,7 @@ int wxEntryStart( int& argc, char *argv[] )
|
||||
if (displayName.IsEmpty())
|
||||
xdisplay = XOpenDisplay(NULL);
|
||||
else
|
||||
xdisplay = XOpenDisplay(displayName.c_str());
|
||||
xdisplay = XOpenDisplay((char*) displayName.c_str());
|
||||
|
||||
if (!xdisplay)
|
||||
{
|
||||
|
Reference in New Issue
Block a user