LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.1k stars 482 forks source link

libvncserver: fix ABI compatility with v0.9.13 #508

Closed aconverse closed 2 years ago

aconverse commented 2 years ago

Move added rfbScreenInfo member to the end of the struct.

Fixes https://github.com/LibVNC/libvncserver/issues/507

bk138 commented 2 years ago

@aconverse thanks for the PR! And while we're at it, do you maybe have a good idea for #181?