summaryrefslogtreecommitdiffstats
path: root/rfb/rfbclient.h
diff options
context:
space:
mode:
authordscho <dscho>2006-04-28 11:21:57 +0000
committerdscho <dscho>2006-04-28 11:21:57 +0000
commit7602f0e750b1f0b995b879e082651276fb6cef66 (patch)
tree0eda1088cc2e0ef9012ef2d44435292441c21fdb /rfb/rfbclient.h
parent9b51d63d49bca0bd5a2f9efbb6e02532c0672371 (diff)
downloadlibtdevnc-7602f0e750b1f0b995b879e082651276fb6cef66.tar.gz
libtdevnc-7602f0e750b1f0b995b879e082651276fb6cef66.zip
libvncclient: support changing of framebuffer size; make SDLvncviewer use it
Diffstat (limited to 'rfb/rfbclient.h')
-rw-r--r--rfb/rfbclient.h2
1 files changed, 2 insertions, 0 deletions
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;