working time
This commit is contained in:
parent
b0f075f2cb
commit
877b6cc393
11 changed files with 833 additions and 144 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue