Add rfb.cropRect to vnc_lite.html
This commit is contained in:
parent
4d4b29a14f
commit
b9528f1adb
|
|
@ -165,6 +165,7 @@
|
|||
// Set parameters that can be changed on an active connection
|
||||
rfb.viewOnly = readQueryVariable('view_only', false);
|
||||
rfb.scaleViewport = readQueryVariable('scale', false);
|
||||
rfb.cropRect = readQueryVariable('crop_rect', '');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue