summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2020-06-07 13:44:20 +0200
committerPierre Ossman <ossman@cendio.se>2020-06-08 07:53:41 +0200
commitf5b5767c980da9fe5e2cb388eaa55c4368abd780 (patch)
treefd47a0de4ec9dd8e742edb1181cca10c8587db95 /docs
parent34f52a8f41ec677463dc331ae31b89db32883817 (diff)
downloadnovnc-f5b5767c980da9fe5e2cb388eaa55c4368abd780.tar.gz
Standardise on a single blit function
Keep everything simpler by always blitting in the same pixel format. It's up to the decoders to convert if they need to.
Diffstat (limited to 'docs')
-rw-r--r--docs/API-internal.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/API-internal.md b/docs/API-internal.md
index 1b5dfa9..4eec6e3 100644
--- a/docs/API-internal.md
+++ b/docs/API-internal.md
@@ -105,8 +105,6 @@ None
| 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
| 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