diff options
author | vaxerski <[email protected]> | 2023-04-17 23:49:42 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-04-17 23:49:42 +0100 |
commit | 716d713b04b1957c5d961810d851e6719142e117 (patch) | |
tree | 33949c5ceb0e06010ffa77c1bdf8209611433f14 /src/plugins | |
parent | 1c50a11688451049185baae3109ddc87a268a75e (diff) | |
download | Hyprland-716d713b04b1957c5d961810d851e6719142e117.tar.gz Hyprland-716d713b04b1957c5d961810d851e6719142e117.zip |
pluginAPI: add note about API expansion
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/PluginAPI.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/PluginAPI.hpp b/src/plugins/PluginAPI.hpp index ca8b662f..c14c820a 100644 --- a/src/plugins/PluginAPI.hpp +++ b/src/plugins/PluginAPI.hpp @@ -13,6 +13,9 @@ on the same machine. See examples/examplePlugin for an example plugin + * NOTE: +Feel like the API is missing something you'd like to use in your plugin? Open an issue on github! + */ #define HYPRLAND_API_VERSION "0.1" |