Skip to content

Commit 4571951

Browse files
authored
libvncclient: add missing return value to SendExtDesktopSize
1 parent 82bdfca commit 4571951

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libvncclient/rfbproto.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,8 @@ SendExtDesktopSize(rfbClient* client, uint16_t width, uint16_t height)
17021702

17031703
client->requestedResize = TRUE;
17041704
}
1705+
1706+
return TRUE;
17051707
}
17061708

17071709

0 commit comments

Comments
 (0)