projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avoid deferred show with Fluxbox, its support for _NET_REQUEST_FRAME_EXTENTS is broken
[wxWidgets.git]
/
src
/
gtk1
/
threadno.cpp
diff --git
a/src/gtk1/threadno.cpp
b/src/gtk1/threadno.cpp
index a4bcf8a517369ab24c2999e1e163163d73b4b6be..572f91df81459226cd50ad26c7355ba2856eb093 100644
(file)
--- a/
src/gtk1/threadno.cpp
+++ b/
src/gtk1/threadno.cpp
@@
-28,7
+28,9
@@
wxMutex::wxMutex()
wxMutex::~wxMutex()
{
if (m_locked)
+ {
wxLogDebug( "wxMutex warning: destroying a locked mutex (%d locks)", m_locked );
+ }
}
wxMutexError wxMutex::Lock()