]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
wxDocManager gets the only view if none other specified as the current view;
[wxWidgets.git] / include / wx / thread.h
index 08e462a442c6fa362d6acebaee2fec67cf8e6c10..64481d7c8854aa42327c6fc4828a57424604717c 100644 (file)
@@ -22,7 +22,8 @@
 typedef enum {
   MUTEX_NO_ERROR=0,
   MUTEX_DEAD_LOCK,             // Mutex has been already locked by THE CALLING thread 
-  MUTEX_BUSY                   // Mutex has been already locked by ONE thread
+  MUTEX_BUSY,                  // Mutex has been already locked by ONE thread
+  MUTEX_UNLOCKED
 } wxMutexError;
 
 typedef enum {