mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] capture: pass frameIndex to capture backends
This allows capture backends to track damage made to each frame.
This commit is contained in:
@@ -254,7 +254,7 @@ static bool sendFrame(void)
|
||||
return true;
|
||||
}
|
||||
|
||||
app.iface->getFrame(fb, frame.height);
|
||||
app.iface->getFrame(fb, frame.height, app.frameIndex);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user