implemented seeking and position update

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17378 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2006-05-08 21:47:19 +00:00
parent 3b55bd0c3c
commit 0f0bbc9751
5 changed files with 94 additions and 4 deletions
+1
View File
@@ -140,6 +140,7 @@ MainWin::MainWin()
// fVideoView->ResizeTo(fBackground->Bounds().Width(), fBackground->Bounds().Height() - fMenuBarHeight - fControlsHeight);
fController->SetVideoView(fVideoView);
fController->SetControllerView(fControls);
fVideoView->IsOverlaySupported();
printf("fMenuBarHeight %d\n", fMenuBarHeight);