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.12k
stars
489
forks
source link
add missed screen->backgroundLoop check #427
Closed
efimbushmanov closed 4 years ago
Some minor fixes:
backgroundLoop != FALSE -- means true
missed
screen->backgroundLoop
check in case of LIBPTHREAD defined in rfbClientConnectionGone()