From: Good Guy Date: Mon, 13 Jun 2022 20:58:31 +0000 (-0600) Subject: fix neophyte disarmed color + Andrew Termux libbthread fix X-Git-Tag: 2022-06~2 X-Git-Url: https://cinelerra-gg.org/git/?a=commitdiff_plain;h=4b4fc985443bab492f1667984c11ac3f006cb907;hp=046d2eddad473ffa8940a1df0de27eb870ea8d55;p=goodguy%2Fcinelerra.git fix neophyte disarmed color + Andrew Termux libbthread fix --- 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) {