Fix function spacing.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28535 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -120,6 +120,7 @@ MouseView::GetPreferredSize(float *_width, float *_height)
|
|||||||
*_height = fMouseBitmap != NULL ? fMouseBitmap->Bounds().Height() : 82;
|
*_height = fMouseBitmap != NULL ? fMouseBitmap->Bounds().Height() : 82;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
MouseView::MouseUp(BPoint)
|
MouseView::MouseUp(BPoint)
|
||||||
{
|
{
|
||||||
@@ -129,6 +130,7 @@ MouseView::MouseUp(BPoint)
|
|||||||
fOldButtons = fButtons;
|
fOldButtons = fButtons;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
MouseView::MouseDown(BPoint where)
|
MouseView::MouseDown(BPoint where)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user