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:
@@ -48,6 +48,7 @@ ServerBitmap::ServerBitmap(BRect rect,color_space space, int32 flags,
|
|||||||
_space=space;
|
_space=space;
|
||||||
_area=B_ERROR;
|
_area=B_ERROR;
|
||||||
_buffer=NULL;
|
_buffer=NULL;
|
||||||
|
_flags=flags;
|
||||||
|
|
||||||
_HandleSpace(space, bytesperline);
|
_HandleSpace(space, bytesperline);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user