2 * Copyright (C) 2006-2008 Marcus Overhagen <marcus@overhagen.de>. All rights reserved.
3 * Copyright (C) 2008 Maurice Kalinowski <haiku@kaldience.com>. All rights reserved.
5 * Distributed under the terms of the MIT License.
7 #include "VideoWindow.h"
11 VideoWindow::VideoWindow(BRect size
, VideoView
* view
)
12 : BWindow(size
, "Video Window", B_TITLED_WINDOW
, 0)
20 VideoWindow::~VideoWindow()
26 VideoWindow::MessageReceived(BMessage
*msg
)
29 BWindow::MessageReceived(msg
);