Empty CopyPixelsIn/Out() were lying...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28833 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -66,14 +66,14 @@ BGLRenderer::Draw(BRect updateRect)
|
|||||||
status_t
|
status_t
|
||||||
BGLRenderer::CopyPixelsOut(BPoint source, BBitmap *dest)
|
BGLRenderer::CopyPixelsOut(BPoint source, BBitmap *dest)
|
||||||
{
|
{
|
||||||
return B_OK;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
BGLRenderer::CopyPixelsIn(BBitmap *source, BPoint dest)
|
BGLRenderer::CopyPixelsIn(BBitmap *source, BPoint dest)
|
||||||
{
|
{
|
||||||
return B_OK;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user