mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
fix: fix damage issues
This commit is contained in:
parent
9a9830034c
commit
facfa7f356
4 changed files with 38 additions and 3 deletions
|
@ -7,7 +7,9 @@ class CDynamicCursors;
|
|||
class CDynamicCursors {
|
||||
public:
|
||||
/* hook on renderSoftwareCursorsFor */
|
||||
void render(CPointerManager* pointers, SP<CMonitor> pMonitor, timespec* now, CRegion& damage, std::optional<Vector2D> overridePos);
|
||||
void renderSoftware(CPointerManager* pointers, SP<CMonitor> pMonitor, timespec* now, CRegion& damage, std::optional<Vector2D> overridePos);
|
||||
/* hook on damageIfSoftware*/
|
||||
void damageSoftware(CPointerManager* pointers);
|
||||
|
||||
private:
|
||||
// calculates the current angle of the cursor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue