Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
window_state.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_STATE_H_
6#define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_STATE_H_
7
8#include "flutter/shell/platform/common/client_wrapper/include/flutter/plugin_registrar.h"
9#include "flutter/shell/platform/common/incoming_message_dispatcher.h"
10#include "flutter/shell/platform/embedder/embedder.h"
11
12// Structs backing the opaque references used in the C API.
13//
14// DO NOT ADD ANY NEW CODE HERE. These are legacy, and are being phased out
15// in favor of objects that own and manage the relevant functionality.
16
17namespace flutter {
18struct FlutterWindowsEngine;
19} // namespace flutter
20
21// Wrapper to distinguish the plugin registrar ref from the engine ref given out
22// in the C API.
24 // The engine that owns this state object.
26};
27
28#endif // FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOW_STATE_H_
FlutterDesktopEngineState * engine