bbennett-ks opened a new pull request, #671:
URL: https://github.com/apache/guacamole-server/pull/671

   SendClientCutTextUTF8 and rfbClient.GotXCutTextUTF8 are only available in 
libvncserver/libvncclient 0.9.15+.
   
   This adds configure checks for the UTF-8 (Extended Clipboard) APIs and 
guards the affected call sites with #ifdefs. When unavailable, the VNC client 
falls back to the classic SendClientCutText path.
   
   ### Testing
   ```
   libvncserver version 0.9.15:
   
   autoreconf -I
   ./configure
   …
   checking for rfbClient.requestedResize... yes
   checking for rfbClient.GotXCutTextUTF8... yes
   …
   
   libvncserver version 0.9.15:
   
   autoreconf -I
   ./configure
   …
   checking for rfbClient.requestedResize... yes
   checking for rfbClient.GotXCutTextUTF8... no
   …
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to