Skip to content

Commit 8eb6c73

Browse files
committed
README: mention needed client msg for server-side scaling
re #373
1 parent 7c06536 commit 8eb6c73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ bytes that get sent per framebuffer update:
250250
* Send a scaled-down version of your framebuffer. You can do the scaling in your
251251
application feeding data into LibVNCServer's framebuffer (production-ready)
252252
or let LibVNCServer do the work for you if your client requests a scaled screen
253+
via a [SetScale or SetScaleFactor message](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#74client-to-server-messages)
253254
(not tested for a long time).
254255

255256

0 commit comments

Comments
 (0)