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