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:
parent
448d2a891a
commit
4686f4f716
@ -75,7 +75,11 @@ const int64 kTBSize = kGBSize * kKBSize;
|
||||
|
||||
const int32 kMiniIconSeparator = 3;
|
||||
|
||||
#ifdef __HAIKU__
|
||||
const color_space kDefaultIconDepth = B_RGBA32;
|
||||
#else
|
||||
const color_space kDefaultIconDepth = B_CMAP8;
|
||||
#endif
|
||||
|
||||
// misc typedefs, constants and structs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user