flight/linux/flutter/generated_plugin_registrant.cc
2026-04-18 11:14:13 -04:00

19 lines
742 B
C++

//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
#include <dynamic_system_colors/dynamic_color_plugin.h>
#include <wayland_layer_shell/wayland_layer_shell_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) dynamic_system_colors_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "DynamicColorPlugin");
dynamic_color_plugin_register_with_registrar(dynamic_system_colors_registrar);
g_autoptr(FlPluginRegistrar) wayland_layer_shell_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "WaylandLayerShellPlugin");
wayland_layer_shell_plugin_register_with_registrar(wayland_layer_shell_registrar);
}