Close #3223 with patch provided by Humdinger (which I adjusted to the current state of the code).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2011-10-29 16:06:08 +00:00
parent e2b113d4f2
commit e54b10160f
1 changed files with 3 additions and 3 deletions

View File

@ -18,10 +18,10 @@ const rgb_color RGB_WIN = { 0xDE, 0xDB, 0xDE, 0xFF };
const rgb_color RGB_PIE_OL = { 0x80, 0x80, 0x80, 0xFF };
const rgb_color RGB_PIE_BG = { 0xFF, 0xFF, 0xFF, 0xFF };
const rgb_color RGB_PIE_MT = { 0xA0, 0xA0, 0xA0, 0xFF };
const rgb_color RGB_PIE_1 = { 0x00, 0x60, 0x60, 0xFF };
const rgb_color RGB_PIE_1 = { 0x00, 0x00, 0xb6, 0xFF };
const rgb_color RGB_PIE_2 = { 0x00, 0x00, 0x68, 0xFF };
const rgb_color RGB_PIE_3 = { 0x60, 0x00, 0x60, 0xFF };
const rgb_color RGB_PIE_4 = { 0x68, 0x00, 0x00, 0xFF };
const rgb_color RGB_PIE_3 = { 0xcf, 0x00, 0x00, 0xFF };
const rgb_color RGB_PIE_4 = { 0xaf, 0x63, 0xb1, 0xFF };
const int kBasePieColorCount = 4;
const rgb_color kBasePieColor[kBasePieColorCount]