feat: inefficient support for hardware cursors

This commit is contained in:
Virt 2024-06-22 15:01:47 +02:00
commit 581a094b7b
6 changed files with 339 additions and 2 deletions

View file

@ -2,6 +2,7 @@
#include <hyprland/src/plugins/PluginAPI.hpp>
#define CONFIG_LENGTH "plugin:dynamic-cursors:length"
#define CONFIG_LENGTH "plugin:dynamic-cursors:length"
#define CONFIG_HW_DEBUG "plugin:dynamic-cursors:hw_debug"
inline HANDLE PHANDLE = nullptr;