mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-21 08:09:55 +00:00
Composite remote cursor into the framebuffer when the dashboard toggles it on
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user