fix the build for R5

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16378 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-02-13 14:29:03 +00:00
parent 966fbea627
commit 3cd9828763

View File

@ -875,6 +875,14 @@ BackgroundsView::FindPlacementMode()
}
#ifndef __HAIKU__
inline bool operator!=(const rgb_color& x, const rgb_color& y)
{
return (x.red!=y.red || x.blue!=y.blue || x.green!=y.green);
}
#endif
void
BackgroundsView::UpdateButtons()
{