A little oversight made all icons white on BeOS. This fixes bug #990.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19953 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-01-25 12:09:01 +00:00
parent 448d2a891a
commit 4686f4f716

View File

@ -75,7 +75,11 @@ const int64 kTBSize = kGBSize * kKBSize;
const int32 kMiniIconSeparator = 3; const int32 kMiniIconSeparator = 3;
#ifdef __HAIKU__
const color_space kDefaultIconDepth = B_RGBA32; const color_space kDefaultIconDepth = B_RGBA32;
#else
const color_space kDefaultIconDepth = B_CMAP8;
#endif
// misc typedefs, constants and structs // misc typedefs, constants and structs