Qt: Call Render::SetFullscreen

This commit is contained in:
spycrab
2018-05-03 14:16:21 +02:00
parent 467379c149
commit 68e2b46ba1
2 changed files with 10 additions and 3 deletions

View File

@ -37,7 +37,7 @@ signals:
private:
Host();
std::atomic<void*> m_render_handle;
std::atomic<bool> m_render_focus;
std::atomic<bool> m_render_fullscreen;
std::atomic<void*> m_render_handle{nullptr};
std::atomic<bool> m_render_focus{false};
std::atomic<bool> m_render_fullscreen{false};
};