diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2026-01-07 00:26:32 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-01-07 00:26:32 -0700 |
| commit | 4847aa0b4a6f945c24e1523e729652271bbc9680 (patch) | |
| tree | 9ffac8b1934153cbde6f6814277f80c337d937b1 /arken/include/plugin_interface.h | |
| parent | 37e5037b68fb35276f0c426779f61aa278d5b21b (diff) | |
| download | montis-4847aa0b4a6f945c24e1523e729652271bbc9680.tar.gz montis-4847aa0b4a6f945c24e1523e729652271bbc9680.tar.bz2 montis-4847aa0b4a6f945c24e1523e729652271bbc9680.zip | |
[rebrand] Arken -> Ark, Plugin -> Soul, Erebor -> Cross
Diffstat (limited to 'arken/include/plugin_interface.h')
| -rw-r--r-- | arken/include/plugin_interface.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arken/include/plugin_interface.h b/arken/include/plugin_interface.h deleted file mode 100644 index 0583289..0000000 --- a/arken/include/plugin_interface.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef _PLUG_INTF -#define _PLUG_INTF - -#include <stdint.h> - -#include "plugin_types.h" -#include "plugin_exports.h" - -#include <wlr/types/wlr_input_device.h> -#include <wlr/types/wlr_keyboard.h> -#include <wlr/types/wlr_pointer.h> - -/* - * Plugin ABI: plugins must export these symbols. - * - * This header is intended to be included by plugin implementations. - */ - -#define DECLARE_PLUGIN_EXPORT(ret, name, args) ret name args; -MONTIS_PLUGIN_EXPORTS(DECLARE_PLUGIN_EXPORT) -#undef DECLARE_PLUGIN_EXPORT - -#endif /* _PLUG_INTF */ |