documentation & further renaming
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#pragma comment(lib, "dwmapi.lib")
|
||||
#pragma comment(lib, "comctl32.lib")
|
||||
|
||||
namespace thermion_flutter {
|
||||
namespace thermion_filament {
|
||||
|
||||
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_flutter
|
||||
} // namespace thermion_filament
|
||||
|
||||
Reference in New Issue
Block a user