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 483 forks source link

move cl->sendMutex locking inside rfbSendFramebufferUpdate() #439

Open bk138 opened 4 years ago

bk138 commented 4 years ago

This should be inside the function so it can't be forgot. It's now outside because that seemed the easier implementation.