diff options
author | dscho <dscho> | 2006-04-28 11:21:57 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-04-28 11:21:57 +0000 |
commit | 7602f0e750b1f0b995b879e082651276fb6cef66 (patch) | |
tree | 0eda1088cc2e0ef9012ef2d44435292441c21fdb /rfb | |
parent | 9b51d63d49bca0bd5a2f9efbb6e02532c0672371 (diff) | |
download | libvncserver-7602f0e750b1f0b995b879e082651276fb6cef66.zip libvncserver-7602f0e750b1f0b995b879e082651276fb6cef66.tar.gz |
libvncclient: support changing of framebuffer size; make SDLvncviewer use it
Diffstat (limited to 'rfb')
-rw-r--r-- | rfb/rfbclient.h | 2 |
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; |