summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-09-04 13:40:23 +0200
committerPierre Ossman <ossman@cendio.se>2020-09-04 13:40:23 +0200
commit0630352e19e78e7d863ffe0b5480ae508a950281 (patch)
tree62f3fa6bf00d68e4edf1b499db71ebe6a7bcc350 /docs
parent7ce1b071ecb542efe26c5042e61d52dc5af138f5 (diff)
parent6a19390baafedbc2729597fe244010a2aaadc068 (diff)
downloadnovnc-0630352e19e78e7d863ffe0b5480ae508a950281.tar.gz
Merge branch 'rgbx' of https://github.com/CendioOssman/noVNC
Diffstat (limited to 'docs')
-rw-r--r--docs/API-internal.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/API-internal.md b/docs/API-internal.md
index cb4cc39..2cac8dd 100644
--- a/docs/API-internal.md
+++ b/docs/API-internal.md
@@ -78,12 +78,7 @@ None
| fillRect | (x, y, width, height, color, from_queue) | Draw a filled in rectangle
| copyImage | (old_x, old_y, new_x, new_y, width, height, from_queue) | Copy a rectangular area
| imageRect | (x, y, width, height, mime, arr) | Draw a rectangle with an image
-| startTile | (x, y, width, height, color) | Begin updating a tile
-| subTile | (tile, x, y, w, h, color) | Update a sub-rectangle within the given tile
-| finishTile | () | Draw the current tile to the display
| blitImage | (x, y, width, height, arr, offset, from_queue) | Blit pixels (of R,G,B,A) to the display
-| blitRgbImage | (x, y, width, height, arr, offset, from_queue) | Blit RGB encoded image to display
-| blitRgbxImage | (x, y, width, height, arr, offset, from_queue) | Blit RGBX encoded image to display
| drawImage | (img, x, y) | Draw image and track damage
| autoscale | (containerWidth, containerHeight) | Scale the display