More explicit denoting the BPrivate namespace
This commit is contained in:
@@ -137,8 +137,8 @@ private:
|
|||||||
static BResources* sAppResources;
|
static BResources* sAppResources;
|
||||||
|
|
||||||
const char* fAppName;
|
const char* fAppName;
|
||||||
BPrivate::PortLink* fServerLink;
|
::BPrivate::PortLink* fServerLink;
|
||||||
BPrivate::ServerMemoryAllocator* fServerAllocator;
|
::BPrivate::ServerMemoryAllocator* fServerAllocator;
|
||||||
|
|
||||||
void* fCursorData;
|
void* fCursorData;
|
||||||
bigtime_t fPulseRate;
|
bigtime_t fPulseRate;
|
||||||
|
|||||||
@@ -710,7 +710,7 @@ private:
|
|||||||
bool fAttached;
|
bool fAttached;
|
||||||
bool _unused_bool1;
|
bool _unused_bool1;
|
||||||
bool _unused_bool2;
|
bool _unused_bool2;
|
||||||
BPrivate::ViewState* fState;
|
::BPrivate::ViewState* fState;
|
||||||
BRect fBounds;
|
BRect fBounds;
|
||||||
BShelf* fShelf;
|
BShelf* fShelf;
|
||||||
uint32 fEventMask;
|
uint32 fEventMask;
|
||||||
|
|||||||
@@ -394,7 +394,7 @@ private:
|
|||||||
window_look fLook;
|
window_look fLook;
|
||||||
window_feel fFeel;
|
window_feel fFeel;
|
||||||
int32 fLastViewToken;
|
int32 fLastViewToken;
|
||||||
BPrivate::PortLink* fLink;
|
::BPrivate::PortLink* fLink;
|
||||||
BMessageRunner* fPulseRunner;
|
BMessageRunner* fPulseRunner;
|
||||||
BRect fPreviousFrame;
|
BRect fPreviousFrame;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user