diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-22 09:11:24 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-22 09:11:24 +0900 |
commit | f3a6d1bfe0ae01364d71409f1ec3039e9ebb73d1 (patch) | |
tree | a0f9689c1a46940ef5061bd23d563fd0e3f40760 /src/logo/colors.h | |
parent | 9589610848271187a59d3a6fffeb966f282fe6c6 (diff) |
SunOS: ロゴの修正(segfault)
Diffstat (limited to 'src/logo/colors.h')
-rw-r--r-- | src/logo/colors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logo/colors.h b/src/logo/colors.h index de481b0..8d773b2 100644 --- a/src/logo/colors.h +++ b/src/logo/colors.h @@ -1,7 +1,7 @@ #ifndef LOGO_COLORS_H #define LOGO_COLORS_H -#if defined(__OpenBSD__) || defined(__linux__) +#if defined(__OpenBSD__) || defined(__linux__) || defined(__sun) #define MIN_SIZE 15 #else #define MIN_SIZE 14 |