Fixed build for R5 target
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -132,16 +132,6 @@ MonitorView::SetResolution(int32 width, int32 height)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAIKU_TARGET_PLATFORM_BEOS
|
|
||||||
// r5 doesn't have this one
|
|
||||||
bool
|
|
||||||
operator!=(const rgb_color &a, const rgb_color &b)
|
|
||||||
{
|
|
||||||
return a.red != b.red || a.green != b.green || a.blue != b.blue;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
MonitorView::MessageReceived(BMessage* message)
|
MonitorView::MessageReceived(BMessage* message)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user