initial commit
This commit is contained in:
commit
b0f075f2cb
22 changed files with 1812 additions and 0 deletions
15
linux/flutter/generated_plugin_registrant.cc
Normal file
15
linux/flutter/generated_plugin_registrant.cc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
// clang-format off
|
||||
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <wayland_layer_shell/wayland_layer_shell_plugin.h>
|
||||
|
||||
void fl_register_plugins(FlPluginRegistry* registry) {
|
||||
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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue