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:
Philippe Houdoin
2008-12-30 20:14:41 +00:00
parent a31688d23d
commit f9116d8c65
+2 -2
View File
@@ -66,14 +66,14 @@ BGLRenderer::Draw(BRect updateRect)
status_t
BGLRenderer::CopyPixelsOut(BPoint source, BBitmap *dest)
{
return B_OK;
return B_ERROR;
}
status_t
BGLRenderer::CopyPixelsIn(BBitmap *source, BPoint dest)
{
return B_OK;
return B_ERROR;
}