Implemented BPrivateScreen::ReadBitmap(), but the guts are still missing

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13665 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2005-07-13 22:33:52 +00:00
parent 9b7ed7eb1f
commit 16046321cc
4 changed files with 53 additions and 3 deletions
+3 -1
View File
@@ -16,6 +16,7 @@
#include <InterfaceDefs.h>
#include <Rect.h>
class BPrivateScreen;
class BWindow;
enum {
@@ -92,7 +93,8 @@ public:
private:
friend class BView;
friend class BApplication;
friend void _get_screen_bitmap_(BBitmap *, BRect, bool);
friend class BPrivateScreen;
//friend void _get_screen_bitmap_(BBitmap *, BRect, bool);
virtual void _ReservedBitmap1();
virtual void _ReservedBitmap2();