Fix Haiku build. WTF rename those anyway ???

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32085 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-08-03 16:16:45 +00:00
parent 0bd0875d59
commit d25503d3db
+4
View File
@@ -112,5 +112,9 @@ inline rgb_color make_color(uint8 red, uint8 green, uint8 blue, uint8 alpha=255)
#endif
#endif
#ifdef __HAIKU__
#define B_TOOLTIP_BACKGROUND_COLOR B_TOOL_TIP_BACKGROUND_COLOR
#define B_TOOLTIP_TEXT_COLOR B_TOOL_TIP_TEXT_COLOR
#endif
#endif /* _Z_UI_THEME_H */