From 4b4fc985443bab492f1667984c11ac3f006cb907 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Mon, 13 Jun 2022 14:58:31 -0600 Subject: [PATCH] fix neophyte disarmed color + Andrew Termux libbthread fix --- cinelerra-5.1/libbthread-master/just-pt.cc | 2 +- cinelerra-5.1/plugins/theme_neophyte/neophyte.C | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cinelerra-5.1/libbthread-master/just-pt.cc b/cinelerra-5.1/libbthread-master/just-pt.cc index 37f2b999..3b388558 100644 --- a/cinelerra-5.1/libbthread-master/just-pt.cc +++ b/cinelerra-5.1/libbthread-master/just-pt.cc @@ -58,7 +58,7 @@ pthread_cancel (pthread_t t) return err; } -/* Cancel a thread. +/* Cancel a thread. */ #include diff --git a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C index 0ec9ad12..affab7bc 100644 --- a/cinelerra-5.1/plugins/theme_neophyte/neophyte.C +++ b/cinelerra-5.1/plugins/theme_neophyte/neophyte.C @@ -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) { -- 2.26.2