neandrake commented on PR #1061: URL: https://github.com/apache/guacamole-client/pull/1061#issuecomment-2675533145
Exciting. Could you write up the technical implementation here? Here's what I gather from looking at the changes here and in the guacamole-server pull request. - It looks like all the drawing instructions will now set an optional x-offset for the base/default layer. All other layers are relative to the base layer which is why they don't need the x-offset (correct?). - A new optional parameter is added to the `size` instruction for indicating number of monitors. - A new optional parameter for maximum number of secondary monitors is added to the connection parameters. That leads me to understand, 1. There is a constraint that monitors must be laid out horizontally and be the same dimension. 2. Each window/tab/connection to the server is receiving graphical updates for all monitors but only displaying the subset for its selected monitor. Could you clarify if that is correct? If so, how is each tab specifying which monitor/offset to use? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
