From b8c46bcb4981276d96de5affb7ced3d094ce4a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Sun, 18 Jan 2026 02:50:50 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index c8c1162..1b2943a 100644 --- a/main.c +++ b/main.c @@ -117,7 +117,7 @@ int main() { cleanup(display, window, gc, &color, &selcolor, draw, font, colormap, visual); fprintf(stderr, "選択色の役割に失敗。\n"); } -#elif defined(__OpenBSD__) +#elif defined(__FreeBSD__) if (!XftColorAllocName(display, visual, colormap, "#ee4030", &color)) { cleanup(display, window, gc, &color, &selcolor, draw, font, colormap, visual); fprintf(stderr, "色の役割に失敗。\n");