Fix build

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23008 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-11-27 22:32:31 +00:00
parent 7f30afa46c
commit d61a403741

View File

@ -24,3 +24,31 @@ GLMovView::AttachedToWindow()
{
}
void
GLMovView::MouseDown(BPoint where)
{
}
void
GLMovView::MouseUp(BPoint where)
{
}
void
GLMovView::MouseMoved(BPoint where, uint32 code, const BMessage *a_message)
{
}
void
GLMovView::FileDropped(BPoint where, BMediaFile *file)
{
}