reverted my "build fix" since it actually breaks the build on R5
... the problem is local to my machine... sorry about that! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17937 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -389,22 +389,6 @@ OffscreenBitmap::View() const
|
|||||||
|
|
||||||
// #pragma mark -
|
// #pragma mark -
|
||||||
|
|
||||||
#if !__HAIKU__
|
|
||||||
|
|
||||||
inline bool
|
|
||||||
operator==(const rgb_color& a, const rgb_color& b)
|
|
||||||
{
|
|
||||||
return *(const uint32*)&a == *(const uint32*)&b;
|
|
||||||
}
|
|
||||||
|
|
||||||
inline bool
|
|
||||||
operator!=(const rgb_color& a, const rgb_color& b)
|
|
||||||
{
|
|
||||||
return *(const uint32*)&a != *(const uint32*)&b;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user