From 33b30cfe0573b7661c2073057252212f24841441 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 13:25:32 -0600 Subject: fixes: fix bugs found when running in a virtual machine --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 6dde0c7..6f8d4c4 100644 --- a/config.h +++ b/config.h @@ -15,6 +15,7 @@ #define WIDTH 1920 #define HEIGHT 1080 +#define SEARCH_BAR_SIZE 1200 #define KEY(x) GDK_KEY_##x #define ZOOM 1.4 /* Starting zoom level.*/ #define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */ -- cgit v1.2.3