From e5523350a8fb5d6ccae4b4d9bc92897f3e5db18c Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 2 Nov 2010 22:23:12 +0100 Subject: libvnc[server|client]: implement xvp VNC extension. This implements the xvp VNC extension, which is described in the community version of the RFB protocol: http://tigervnc.sourceforge.net/cgi-bin/rfbproto It is also mentioned in the official RFB protocol. --- libvncserver/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvncserver/main.c') diff --git a/libvncserver/main.c b/libvncserver/main.c index 28bbc42..5332e2d 100644 --- a/libvncserver/main.c +++ b/libvncserver/main.c @@ -901,6 +901,7 @@ rfbScreenInfoPtr rfbGetScreen(int* argc,char** argv, screen->displayHook = NULL; screen->displayFinishedHook = NULL; screen->getKeyboardLedStateHook = NULL; + screen->xvpHook = NULL; /* initialize client list and iterator mutex */ rfbClientListInit(screen); -- cgit v1.2.3