mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-23 03:38:29 +00:00
Render: add cursor_zoom
This commit is contained in:
@@ -74,6 +74,8 @@ struct SCurrentRenderData {
|
||||
pixman_region32_t* pDamage = nullptr;
|
||||
|
||||
SRenderModifData renderModif;
|
||||
float mouseZoomFactor = 1.f;
|
||||
bool useNearestNeighbor = false;
|
||||
|
||||
Vector2D primarySurfaceUVTopLeft = Vector2D(-1, -1);
|
||||
Vector2D primarySurfaceUVBottomRight = Vector2D(-1, -1);
|
||||
|
Reference in New Issue
Block a user