diff options
Diffstat (limited to 'rfb/rfbclient.h')
-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; |