Resize fine tuning

thread_list no longer keyed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-11-25 19:42:48 +00:00
parent 031b2a7b8d
commit 7be4c5946c
6 changed files with 22 additions and 26 deletions

View File

@@ -380,7 +380,7 @@ public:
wxMainMutex = new wxMutex();
wxThreadGuiInit();
p_mainid = pthread_self();
p_threads_list = wxList(wxKEY_INTEGER);
// p_threads_list = wxList(wxKEY_INTEGER);
wxMainMutex->Lock();
return TRUE;