Imported BitmapManager code. Not documented yet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2700 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
#include <Rect.h>
|
||||
#include <OS.h>
|
||||
|
||||
class BitmapManager;
|
||||
|
||||
/*!
|
||||
\class ServerBitmap ServerBitmap.h
|
||||
\brief Bitmap class used inside the server.
|
||||
@@ -81,7 +83,8 @@ public:
|
||||
bool InitCheck(void) { return _initialized; }
|
||||
|
||||
protected:
|
||||
|
||||
friend BitmapManager;
|
||||
|
||||
//! Internal function used by the BitmapManager.
|
||||
void _SetArea(area_id ID) { _area=ID; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user