* came across one app in the repo that used these color constants
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -73,8 +73,10 @@ extern float roundf(float value);
|
|||||||
#endif // HAIKU_TARGET_PLATFORM_LIBBE_TEST
|
#endif // HAIKU_TARGET_PLATFORM_LIBBE_TEST
|
||||||
|
|
||||||
#if defined(HAIKU_TARGET_PLATFORM_BEOS) || defined(HAIKU_TARGET_PLATFORM_BONE)
|
#if defined(HAIKU_TARGET_PLATFORM_BEOS) || defined(HAIKU_TARGET_PLATFORM_BONE)
|
||||||
# define B_REDO 'REDO'
|
# define B_REDO 'REDO'
|
||||||
# define B_BAD_DATA (B_NOT_ALLOWED + 1)
|
# define B_BAD_DATA (B_NOT_ALLOWED + 1)
|
||||||
|
# define B_DOCUMENT_BACKGROUND_COLOR B_PANEL_BACKGROUND_COLOR
|
||||||
|
# define B_DOCUMENT_TEXT_COLOR B_MENU_ITEM_TEXT_COLOR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAIKU_TARGET_PLATFORM_HAIKU) && !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
|
#if !defined(HAIKU_TARGET_PLATFORM_HAIKU) && !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
|
||||||
@@ -96,6 +98,5 @@ extern float roundf(float value);
|
|||||||
#define B_MPEG_2_5_AUDIO_LAYER_2 (enum mpeg_id)0x302
|
#define B_MPEG_2_5_AUDIO_LAYER_2 (enum mpeg_id)0x302
|
||||||
#define B_MPEG_2_5_AUDIO_LAYER_3 (enum mpeg_id)0x303
|
#define B_MPEG_2_5_AUDIO_LAYER_3 (enum mpeg_id)0x303
|
||||||
|
|
||||||
|
|
||||||
#endif // HAIKU_BUILD_COMPATIBILITY_H
|
#endif // HAIKU_BUILD_COMPATIBILITY_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user