From a4294e4a94189dffb1fdf99c9a60d87d77272926 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 13 Jul 2024 10:52:24 -0700 Subject: Restructure project. --- src/constants.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/constants.h (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h new file mode 100644 index 0000000..457f461 --- /dev/null +++ b/src/constants.h @@ -0,0 +1,7 @@ +#pragma once + +// Maximum number of events that can be stored in a single input loop. +#define MaxWidgetEvents 8 + +// Width of scroll bars in pixels. +#define ScrollBarWidth 16 -- cgit v1.2.3