initial commit

This commit is contained in:
Henry Hiles 2026-04-17 22:52:33 -04:00
commit b0f075f2cb
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
22 changed files with 1812 additions and 0 deletions

View 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);
}