return false;
}
- if ( !wxAppBase::Initialize(argc, argv) )
- {
- XCloseDisplay(xdisplay);
-
- return false;
- }
-
if (syncDisplay)
XSynchronize(xdisplay, True);
// Misc.
wxSetDetectableAutoRepeat( TRUE );
+ if ( !wxAppBase::Initialize(argc, argv) )
+ {
+ XCloseDisplay(xdisplay);
+
+ return false;
+ }
+
#if wxUSE_UNICODE
// Glib's type system required by Pango
g_type_init();