Fix uninitialized variable

This commit is contained in:
Robin Gareus
2018-11-29 02:10:08 +01:00
parent a22a501537
commit fc24b9f0b7

View File

@@ -68,6 +68,7 @@ WindowProxy::WindowProxy (const std::string& name, const std::string& menu_name,
, _width (-1)
, _height (-1)
, vistracker (0)
, _state_mask (StateMask (Position|Size))
{
set_state (node, 0);
}