From 7602f0e750b1f0b995b879e082651276fb6cef66 Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 28 Apr 2006 11:21:57 +0000 Subject: libvncclient: support changing of framebuffer size; make SDLvncviewer use it --- rfb/rfbclient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rfb') diff --git a/rfb/rfbclient.h b/rfb/rfbclient.h index 1dfd56a..b049613 100644 --- a/rfb/rfbclient.h +++ b/rfb/rfbclient.h @@ -201,6 +201,8 @@ typedef struct _rfbClient { int KeyboardLedStateEnabled; int CurrentKeyboardLedState; + int canHandleNewFBSize; + /* hooks */ HandleKeyboardLedStateProc HandleKeyboardLedState; HandleCursorPosProc HandleCursorPos; -- cgit v1.1