2 * Copyright 2009, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Alexandre Deckner <alex@zappotek.com>
11 #include <DirectWindow.h>
15 class MainWindow
: public BDirectWindow
{
17 MainWindow(BRect frame
, const char* title
);
20 virtual bool QuitRequested();
21 virtual void MessageReceived(BMessage
* message
);
22 virtual void DirectConnected(direct_buffer_info
* info
);
25 RenderView
* fRenderView
;
28 #endif /* _MAINWINDOW_H */