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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user