#include "flutter/shell/platform/windows/host_window.h"#include "flutter/shell/platform/windows/host_window_dialog.h"#include "flutter/shell/platform/windows/host_window_regular.h"#include <dwmapi.h>#include "flutter/shell/platform/windows/display_manager.h"#include "flutter/shell/platform/windows/dpi_utils.h"#include "flutter/shell/platform/windows/flutter_window.h"#include "flutter/shell/platform/windows/flutter_windows_view_controller.h"#include "flutter/shell/platform/windows/rect_helper.h"#include "flutter/shell/platform/windows/wchar_util.h"#include "flutter/shell/platform/windows/window_manager.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
Macros | |
| #define | DWMWA_USE_IMMERSIVE_DARK_MODE 20 |
| #define DWMWA_USE_IMMERSIVE_DARK_MODE 20 |
Definition at line 110 of file host_window.cc.