mike-jumper commented on code in PR #597: URL: https://github.com/apache/guacamole-server/pull/597#discussion_r2127110304
########## src/terminal/terminal/display.h: ########## @@ -319,6 +319,12 @@ void guac_terminal_display_resize(guac_terminal_display* display, int width, int /** * Flushes all pending operations within the given guac_terminal_display. */ +void guac_terminal_display_flush_operations(guac_terminal_display* display); Review Comment: Please document the `display` parameter. There is still old documentation in our codebase that omits this (like `guac_terminal_display_flush()` below), but we are including this documentation going forward at least for new/modified code. -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org