--- nono/wx/wxsubwindow.cpp 2026/04/29 17:04:28 1.1.1.1 +++ nono/wx/wxsubwindow.cpp 2026/04/29 17:04:37 1.1.1.2 @@ -1,11 +1,11 @@ // // nono -// Copyright (C) 2018 isaki@NetBSD.org +// Copyright (C) 2020 nono project +// Licensed under nono-license.txt // -#include "wxheader.h" -#include "wxmainframe.h" #include "wxsubwindow.h" +#include "wxmainframe.h" // // サブウィンドウ @@ -41,3 +41,6 @@ WXSubWindow::OnClose(wxCloseEvent& event // ウィンドウリストから自身を削除 gMainFrame->DeleteWindow(GetId()); } + +// スタティック変数 (初期化は wxmainframe.cpp で行っている) +/*static*/ wxSizerFlags WXSubWindow::BorderFlags;