rename thermion_filament namespace to thermion_flutter for Windows

This commit is contained in:
Nick Fisher
2024-06-26 01:51:31 +10:00
parent 683b79c9a0
commit 368ce83380
15 changed files with 23 additions and 24 deletions

View File

@@ -12,7 +12,7 @@
#pragma comment(lib, "dwmapi.lib")
#pragma comment(lib, "comctl32.lib")
namespace thermion_filament {
namespace thermion_flutter {
static constexpr auto kClassName = L"FLUTTER_FILAMENT_WINDOW";
static constexpr auto kWindowName = L"thermion_flutter_window";
@@ -354,4 +354,4 @@ void BackingWindow::Resize(int width, int height, int left, int top) {
}
HWND BackingWindow::GetHandle() { return _windowHandle; }
} // namespace thermion_filament
} // namespace thermion_flutter