diff options
Diffstat (limited to 'common/rfb/msgTypes.h')
-rw-r--r-- | common/rfb/msgTypes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rfb/msgTypes.h b/common/rfb/msgTypes.h index 6b4ae568..e42d95af 100644 --- a/common/rfb/msgTypes.h +++ b/common/rfb/msgTypes.h @@ -26,6 +26,8 @@ namespace rfb { const int msgTypeBell = 2; const int msgTypeServerCutText = 3; + const int msgTypeServerFence = 248; + // client to server const int msgTypeSetPixelFormat = 0; @@ -36,6 +38,8 @@ namespace rfb { const int msgTypePointerEvent = 5; const int msgTypeClientCutText = 6; + const int msgTypeClientFence = 248; + const int msgTypeSetDesktopSize = 251; } #endif |