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.08k stars 483 forks source link

Libvncclient fixes #558

Closed tobydox closed 1 year ago

tobydox commented 1 year ago

Fix two minor type incompatibilities causing compiler errors when building with -Werror.

bk138 commented 1 year ago

Thanks @tobydox :-)