Fix build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23008 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7f30afa46c
commit
d61a403741
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user