working time

This commit is contained in:
Henry Hiles 2026-04-18 11:14:13 -04:00
commit 877b6cc393
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
11 changed files with 833 additions and 144 deletions

View file

@ -6,9 +6,13 @@
#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);