From d25503d3dbd8e3f526fd0a9bdd884b8e43c1b794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 3 Aug 2009 16:16:45 +0000 Subject: [PATCH] Fix Haiku build. WTF rename those anyway ??? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32085 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- 3rdparty/mmu_man/themes/UITheme.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/3rdparty/mmu_man/themes/UITheme.h b/3rdparty/mmu_man/themes/UITheme.h index 3e3d4f7943..86d1b50c99 100644 --- a/3rdparty/mmu_man/themes/UITheme.h +++ b/3rdparty/mmu_man/themes/UITheme.h @@ -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 */