X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Faxwin4_src%2FServer%2FCWindow.cpp;h=392fd47f4e38d4be429e45f99b83a98fd3891487;hb=5cab4c07bc13888dc7956194ef9595508072a4eb;hp=a0067a727660c1f4ab4aa98449ded3a4eecac0ad;hpb=327dc4547b437dca7e6e839119a1ca1481b8a40a;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin4_src/Server/CWindow.cpp b/Usermode/Applications/axwin4_src/Server/CWindow.cpp index a0067a72..392fd47f 100644 --- a/Usermode/Applications/axwin4_src/Server/CWindow.cpp +++ b/Usermode/Applications/axwin4_src/Server/CWindow.cpp @@ -16,7 +16,8 @@ CWindow::CWindow(CCompositor& compositor, CClient& client, const ::std::string& m_surface(0,0,0,0), m_compositor(compositor), m_client(client), - m_name(name) + m_name(name), + m_is_shown(false) { _SysDebug("CWindow::CWindow()"); }