GUAC-1389: Include select layer when syncing.
This commit is contained in:
parent
d59a6ebf62
commit
a101838162
@ -855,6 +855,11 @@ void guac_terminal_display_dup(guac_terminal_display* display, guac_user* user,
|
|||||||
guac_protocol_send_move(socket, display->select_layer,
|
guac_protocol_send_move(socket, display->select_layer,
|
||||||
display->display_layer, 0, 0, 0);
|
display->display_layer, 0, 0, 0);
|
||||||
|
|
||||||
|
/* Send select layer size */
|
||||||
|
guac_protocol_send_size(socket, display->select_layer,
|
||||||
|
display->char_width * display->width,
|
||||||
|
display->char_height * display->height);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void guac_terminal_display_commit_select(guac_terminal_display* display) {
|
void guac_terminal_display_commit_select(guac_terminal_display* display) {
|
||||||
|
Loading…
Reference in New Issue
Block a user