Add synonyms for tootip ui_color constants. Fix WindowShade to use the new official ones.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38122 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-08-15 16:33:00 +00:00
parent def864c05d
commit 8e8634bf54
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -295,6 +295,8 @@ enum color_which {
// Old name synonyms.
B_KEYBOARD_NAVIGATION_COLOR = B_NAVIGATION_BASE_COLOR,
B_MENU_SELECTION_BACKGROUND_COLOR = B_MENU_SELECTED_BACKGROUND_COLOR,
B_TOOLTIP_BACKGROUND_COLOR = B_TOOL_TIP_BACKGROUND_COLOR,
B_TOOLTIP_TEXT_COLOR = B_TOOL_TIP_TEXT_COLOR,
// These are deprecated -- do not use in new code. See BScreen for
// the replacement for B_DESKTOP_COLOR.