mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
feat: implemented shaperules
This commit is contained in:
parent
f2793f3bd3
commit
9fd1b6a1c2
13 changed files with 448 additions and 95 deletions
|
@ -30,6 +30,11 @@ class CDynamicCursors {
|
|||
/* hook on setHWCursorBuffer */
|
||||
bool setHardware(CPointerManager* pointers, SP<CPointerManager::SMonitorPointerState> state, wlr_buffer* buf);
|
||||
|
||||
/* hook on setCursorFromName */
|
||||
void setShape(const std::string& name);
|
||||
/* hook on setCursorSoftware */
|
||||
void unsetShape();
|
||||
|
||||
private:
|
||||
SP<CEventLoopTimer> tick;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue