2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 16:27:42 +00:00

refactored class structures for toolbars

This commit is contained in:
Jack Andersen
2015-12-02 17:26:50 -10:00
parent 3ee468157b
commit bd0becc9c0
13 changed files with 336 additions and 63 deletions

View File

@@ -6,7 +6,7 @@ namespace Specter
static LogVisor::LogModule Log("Specter::RootView");
RootView::RootView(ViewResources& res, boo::IWindow* window)
: View(res, *this), m_window(window), m_events(*this)
: View(res), m_window(window), m_events(*this)
{
window->setCallback(&m_events);
boo::SWindowRect rect = window->getWindowFrame();