BView: Rename parameters for consistency, docs.

No functional change.
This commit is contained in:
John Scipione
2014-05-28 12:11:57 -04:00
parent 277f3ec685
commit f4870e1cf4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -137,7 +137,7 @@ public:
BView(const char* name, uint32 flags,
BLayout* layout = NULL);
BView(BRect frame, const char* name,
uint32 resizeMask, uint32 flags);
uint32 resizingMode, uint32 flags);
virtual ~BView();
BView(BMessage* archive);
@@ -640,7 +640,7 @@ private:
friend class BWindow;
void _InitData(BRect frame, const char* name,
uint32 resizeMask, uint32 flags);
uint32 resizingMode, uint32 flags);
status_t _SetViewBitmap(const BBitmap* bitmap,
BRect srcRect, BRect dstRect,
uint32 followFlags, uint32 options);
+1 -1
View File
@@ -1304,7 +1304,7 @@ BView::MouseUp(BPoint where)
void
BView::MouseMoved(BPoint where, uint32 code, const BMessage* a_message)
BView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
{
// Hook function
STRACE(("\tHOOK: BView(%s)::MouseMoved()\n", Name()));