aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_receive_handshake.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libaxl_receive_handshake.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libaxl_receive_handshake.c b/libaxl_receive_handshake.c
index 5e193e2..036a10a 100644
--- a/libaxl_receive_handshake.c
+++ b/libaxl_receive_handshake.c
@@ -194,6 +194,7 @@ continue_read:
conn->info.vendor = inbuf;
conn->info.formats = (void *)&inbuf[t];
conn->info.screens = (void *)&inbuf[t + conn->info.nformats * 8];
+ conn->info.default_screens = conn->info.screens;
ctx->in_buf_size = 0;
ctx->in_buf = NULL;