Maybe change the signature to` Bool Window_WindowsX::init(bool visible, bool closeable) `and add ``` if (!closeable) { m_windowClass.style |= CS_NOCLOSE; } ``` and ` setVisibility(visible);`