MiniFrame title are back.

DnD and threads have stopped to work.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-04-28 21:41:16 +00:00
parent 288bf1296a
commit b9a535f540
4 changed files with 140 additions and 22 deletions

View File

@@ -193,9 +193,10 @@ gint wxapp_idle_callback( gpointer WXUNUSED(data) )
emptied */
g_isIdle = TRUE;
/* wxMutexGuiLeave();
wxUsleep(10);
wxMutexGuiEnter(); */
/* wake up other threads */
wxMutexGuiLeave();
wxUsleep(0);
wxMutexGuiEnter();
return TRUE;
}