p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / guicast / bctrace.h
index 8cf58285553d9ef8887d458e7e1e475c1faed4b6..51dafd7466bf4ca6174636a9340a1a948b68c791 100644 (file)
@@ -8,6 +8,12 @@
 #include "cstrdup.h"
 #include <pthread.h>
 
+#ifdef BOOBY
+#define BT if( top_level->display_lock_owner != pthread_self() ) booby();
+void booby();
+#else
+#define BT
+#endif
 
 class BC_Trace
 {