aboutsummaryrefslogtreecommitdiff
path: root/vbox.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-04-12 22:38:20 +0200
committerJavier <dev.git@javispedro.com>2022-04-12 22:38:20 +0200
commita109a1193ca3cf64a29265103075922d2dd9fc1b (patch)
treecde59f7e29ccca176dd150a51e8caf4613a86d1f /vbox.h
parent2b9f509a04acb88d9ac72bce23b28099efdc4878 (diff)
downloadvbados-a109a1193ca3cf64a29265103075922d2dd9fc1b.tar.gz
vbados-a109a1193ca3cf64a29265103075922d2dd9fc1b.zip
add file date/time listing support, closeall call
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 {