fix neophyte disarmed color + Andrew Termux libbthread fix
authorGood Guy <good1.2guy@gmail.com>
Mon, 13 Jun 2022 20:58:31 +0000 (14:58 -0600)
committerGood Guy <good1.2guy@gmail.com>
Mon, 13 Jun 2022 20:58:31 +0000 (14:58 -0600)
cinelerra-5.1/libbthread-master/just-pt.cc
cinelerra-5.1/plugins/theme_neophyte/neophyte.C

index 37f2b999f42bdfad94cfb5a5ef35e84ab047f7c5..3b3885584aac1ed062eb94627b2f43497b63d83d 100644 (file)
@@ -58,7 +58,7 @@ pthread_cancel (pthread_t t)
 
   return err;
 }
-/* Cancel a thread.
+/* Cancel a thread. */
 
 #include <pthread.h>
 
index 0ec9ad120dad9da814dbd1ed291954bf3bdd248f..affab7bc36dfed59acc254dd7a45b04617793226 100644 (file)
@@ -56,7 +56,7 @@
 // traffic lights, light green: 0x27ae60/0x37c871 - just on the buttons.
 #define ComicYellow 0xffcc00       // heads up!
 #define DarkRed 0xaa0000           // locked or not switched on. 
-#define LockedRed 0x400000
+#define LockedRed 0xda4453
 
 PluginClient* new_plugin(PluginServer *server)
 {