Added support for colored window tabs in the default decorator.

This commit is contained in:
John Scipione
2011-11-13 14:58:21 -05:00
parent 20db27ba98
commit 30d17caa9d
8 changed files with 54 additions and 38 deletions
+4 -1
View File
@@ -322,7 +322,10 @@ enum color_which {
B_WINDOW_TAB_COLOR = 3,
B_WINDOW_TEXT_COLOR = 22,
B_WINDOW_INACTIVE_TAB_COLOR = 23,
B_WINDOW_INACTIVE_TEXT_COLOR = 24
B_WINDOW_INACTIVE_TEXT_COLOR = 24,
B_WINDOW_BORDER_COLOR = 25,
B_WINDOW_INACTIVE_BORDER_COLOR = 26
};