add pixelratio to screen plan

This commit is contained in:
mattmcclaskey 2023-10-11 06:34:17 -04:00
parent 19e8e924c2
commit 3cc2f0caf3
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -791,7 +791,8 @@ export default class RFB extends EventTargetMixin {
serverWidth: fullPlan.screens[i].serverWidth,
serverHeight: fullPlan.screens[i].serverHeight,
x: fullPlan.screens[i].x,
y: fullPlan.screens[i].y
y: fullPlan.screens[i].y,
pixelRatio: fullPlan.screens[i].pixelRatio
}
)
}