diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-24 20:10:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-24 20:10:41 +0200 |
commit | d4892a2cbec497b0fed1334ae17e0c7998834b48 (patch) | |
tree | bb959b8b623716e904212fc26d6382d4fe49219b /libaxl_receive_handshake.c | |
parent | Second commit (diff) | |
download | libaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.gz libaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.bz2 libaxl-d4892a2cbec497b0fed1334ae17e0c7998834b48.tar.xz |
Third commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl_receive_handshake.c')
-rw-r--r-- | libaxl_receive_handshake.c | 1 |
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; |