summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel <samuel@cendio.se>2014-11-23 17:19:58 +0100
committerSamuel <samuel@cendio.se>2014-11-23 17:19:58 +0100
commitb2e8311de6f84da6ed289fa41465a2421f3c7d3b (patch)
tree93f3640aa894203ced16a78e8fda30cf2e3a5d44
parent1f84c999385220ce5bcb097e3286efd634c62870 (diff)
parentdf89129ff0bcaa5c4c3f02d06b6ed3ebbe4cba40 (diff)
downloadnovnc-b2e8311de6f84da6ed289fa41465a2421f3c7d3b.tar.gz
Merge pull request #416 from detain/master
Fix for typo from a recent pull
-rw-r--r--include/rfb.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rfb.js b/include/rfb.js
index f2f7079..74777d5 100644
--- a/include/rfb.js
+++ b/include/rfb.js
@@ -1496,7 +1496,7 @@ var RFB;
// Weird: ignore blanks are RAW
Util.Debug(" Ignoring blank after RAW");
} else {
- this._display.fillRect(x, y, w, h, FBU.background);
+ this._display.fillRect(x, y, w, h, this._FBU.background);
}
} else if (this._FBU.subencoding & 0x01) { // Raw
this._display.blitImage(x, y, w, h, rQ, rQi);