Commit 2cd48332 authored by llyzs's avatar llyzs Committed by Johannes Schindelin

Export the functions SupportsClient2Server and SupportsServer2Client

These are useful functions for VNC clients, so let's export them for
everybody to use.
Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 511032ea
......@@ -285,6 +285,9 @@ extern rfbBool PermitServerInput(rfbClient* client, int enabled);
extern void PrintPixelFormat(rfbPixelFormat *format);
extern rfbBool SupportsClient2Server(rfbClient* client, int messageType);
extern rfbBool SupportsServer2Client(rfbClient* client, int messageType);
/* client data */
void rfbClientSetClientData(rfbClient* client, void* tag, void* data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment