// global data
//-----------------------------------------------------------------------------
+extern wxCursor g_globalCursor;
+
wxApp *wxTheApp = (wxApp *) NULL;
wxAppInitializerFunction wxApp::m_appInitFn = (wxAppInitializerFunction) NULL;
wxImage::InitStandardHandlers();
- /* no global cursor under X
- g_globalCursor = new wxCursor; */
+ g_globalCursor = wxCursor(wxCURSOR_DEFAULT);
wxModule::RegisterModules();
if (!wxModule::InitializeModules()) return FALSE;
{
gtk_set_locale();
+ if (!wxOKlibc()) wxConvCurrent = &wxConvLocal;
+
gtk_init( &argc, &argv );
wxSetDetectableAutoRepeat( TRUE );