]> git.proxmox.com Git - mirror_novnc.git/blobdiff - docs/API-internal.md
Restore X-UA-Compatible meta tag to vnc_lite
[mirror_novnc.git] / docs / API-internal.md
index f7346a9ee6c20b528c8f0a105da92010cce5e591..f1519422ee4996afc7805202c86e9537df929150 100644 (file)
@@ -103,7 +103,7 @@ None
 | flush              | ()                                                      | Resume processing the render queue unless it's empty
 | 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, mime, arr)                                       | Draw a rectangle with an image
+| 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