One of the ServerBitmap constructors was ignoring the flags parameter

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8535 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2004-08-03 15:25:03 +00:00
parent 8af8de70ab
commit d0eca0f8aa
+1
View File
@@ -48,6 +48,7 @@ ServerBitmap::ServerBitmap(BRect rect,color_space space, int32 flags,
_space=space;
_area=B_ERROR;
_buffer=NULL;
_flags=flags;
_HandleSpace(space, bytesperline);
}