vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Oct 16 00:44:45 2015 +0200| [0ad88e130be73fd7e8f301b43c5d3b292bc2c3a8] | committer: Jean-Baptiste Kempf
Add RebeccaPurple color > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ad88e130be73fd7e8f301b43c5d3b292bc2c3a8 --- include/vlc_text_style.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vlc_text_style.h b/include/vlc_text_style.h index f64c521..7d85fa8 100644 --- a/include/vlc_text_style.h +++ b/include/vlc_text_style.h @@ -340,6 +340,7 @@ static const struct { { "Plum", 0xDDA0DD }, { "PowderBlue", 0xB0E0E6 }, { "Purple", 0x800080 }, + { "RebeccaPurple", 0x663399 }, { "Red", 0xFF0000 }, { "RosyBrown", 0xBC8F8F }, { "RoyalBlue", 0x4169E1 }, _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
