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:
DarkWyrm
2003-02-13 00:03:31 +00:00
parent e16ebaf892
commit fde0b388cc
7 changed files with 1429 additions and 1 deletions
+4 -1
View File
@@ -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; }