mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-20 00:23:22 +02:00
parent
07a9ca6246
commit
34b5fca47b
4 changed files with 6 additions and 4 deletions
|
@ -25,7 +25,7 @@ class CDynamicCursors {
|
|||
void onTick(CPointerManager* pointers);
|
||||
|
||||
/* hook on renderSoftwareCursorsFor */
|
||||
void renderSoftware(CPointerManager* pointers, SP<CMonitor> pMonitor, timespec* now, CRegion& damage, std::optional<Vector2D> overridePos);
|
||||
void renderSoftware(CPointerManager* pointers, SP<CMonitor> pMonitor, const Time::steady_tp& now, CRegion& damage, std::optional<Vector2D> overridePos);
|
||||
/* hook on damageIfSoftware*/
|
||||
void damageSoftware(CPointerManager* pointers);
|
||||
/* hook on renderHWCursorBuffer */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue