aboutsummaryrefslogtreecommitdiff
path: root/vbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'vbox.h')
-rw-r--r--vbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vbox.h b/vbox.h
index d85263a..64e0c37 100644
--- a/vbox.h
+++ b/vbox.h
@@ -31,7 +31,8 @@
#include "utils.h"
#include "vboxdev.h"
-//#define VBOX_BUFFER_SIZE 64
+/** Size of the VBox buffer. The maximum message length that may be sent. */
+// Enough to fit a set_pointer_shape message with a 16x16 cursor
#define VBOX_BUFFER_SIZE (1024 + 32 + 24 + 20)
typedef struct vboxcomm {