Composite remote cursor into the framebuffer when the dashboard toggles it on

This commit is contained in:
Viktor Liu
2026-05-19 14:40:15 +02:00
parent fe15688f20
commit b1b04f9ec6
11 changed files with 269 additions and 3 deletions

View File

@@ -67,6 +67,8 @@ func (s *session) processFBRequest(req fbRequest) error {
}
s.captureRecovered()
s.maybeCompositeCursor(img)
if req.incremental && s.prevFrame != nil {
return s.processIncremental(img)
}