File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,10 +248,10 @@ bytes that get sent per framebuffer update:
248248 you very probably also have to change the way your framebuffer data gets written,
249249 so the first client-side one should be preferred.
250250* Send a scaled-down version of your framebuffer. You can do the scaling in your
251- application feeding data into LibVNCServer's framebuffer (production-ready )
251+ application feeding data into LibVNCServer's framebuffer (would affect all clients )
252252 or let LibVNCServer do the work for you if your client requests a scaled screen
253253 via a [ SetScale or SetScaleFactor message] ( https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#74client-to-server-messages )
254- (not tested for a long time ).
254+ (this is per-client scaling - UltraVNC viewers can request this ).
255255
256256
257257Commercial Use
You can’t perform that action at this time.
0 commit comments