From a109a1193ca3cf64a29265103075922d2dd9fc1b Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 12 Apr 2022 22:38:20 +0200 Subject: add file date/time listing support, closeall call --- vbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vbox.h') 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 { -- cgit v1.2.3