Added sway support and created initial xp overlay with gtk-layer-shell
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user