Skip to content

Commit d34a470

Browse files
committed
#397 6.3.x uses -1 for 'all-windows'
1 parent d1a6ca8 commit d34a470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5/js/Client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@ class XpraClient {
32383238

32393239
send_control_refresh(quality, options) {
32403240
// wid=0 means all windows
3241-
const wid = 0;
3241+
const wid = -1;
32423242
const client_options = {};
32433243
const packet = [PACKET_TYPES.buffer_refresh, wid, 0, quality, options, client_options];
32443244
this.send(packet);

0 commit comments

Comments
 (0)