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:
parent
966fbea627
commit
3cd9828763
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user