jmuehlner opened a new pull request #369: URL: https://github.com/apache/guacamole-server/pull/369
As described in [GUACAMOLE-1538](https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-1538), this change modifies the `libguac_terminal` library to be a shared library, instead of being duplicated into each of the three existing terminal-based libaries (ssh, telnet, and kubernetes). In addition, this change also refactors the way that the `guac_terminal` is created - rather than including every possible parameter into `guac_terminal_create`, there is now an `guac_terminal_options` struct, which only requires that a few required parameters be specified (client, clipboard, width, height, and dpi). All other parameters can be set directly if needed. This should allow new parameters to be added without having to modify the call to `guac_terminal_create` for every user of this library. -- 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]
