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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user