From 716d713b04b1957c5d961810d851e6719142e117 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:49:42 +0100 Subject: [PATCH] pluginAPI: add note about API expansion --- src/plugins/PluginAPI.hpp | 3 +++ 1 file changed, 3 insertions(+) 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"