Rename the bounds parameter of the BDragger class to frame matching the BeBook

This commit is contained in:
John Scipione
2012-12-21 21:24:46 -05:00
parent aabb148183
commit 78c12508e3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace BPrivate {
class BDragger : public BView { class BDragger : public BView {
public: public:
BDragger(BRect bounds, BView* target, BDragger(BRect frame, BView* target,
uint32 resizingMode = B_FOLLOW_NONE, uint32 resizingMode = B_FOLLOW_NONE,
uint32 flags = B_WILL_DRAW); uint32 flags = B_WILL_DRAW);
BDragger(BMessage* data); BDragger(BMessage* data);
+1 -1
View File
@@ -113,7 +113,7 @@ DraggerManager* DraggerManager::sDefaultInstance = NULL;
} // unnamed namespace } // unnamed namespace
BDragger::BDragger(BRect bounds, BView* target, uint32 resizingMode, BDragger::BDragger(BRect frame, BView* target, uint32 resizingMode,
uint32 flags) uint32 flags)
: :
BView(bounds, "_dragger_", resizeMask, flags), BView(bounds, "_dragger_", resizeMask, flags),