From 7d5e9b8d8170920c93e69e51abe7dc064f0257bb Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 25 Apr 2022 00:40:53 +0000 Subject: [PATCH] Fix 32-bit Haiku build * src/haiku_support.h (be_get_ui_color): Fix prototype. --- src/haiku_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haiku_support.h b/src/haiku_support.h index 3337df55515..0280f2cc181 100644 --- a/src/haiku_support.h +++ b/src/haiku_support.h @@ -639,7 +639,7 @@ extern int be_get_display_screens (void); extern bool be_use_subpixel_antialiasing (void); extern const char *be_find_setting (const char *); extern haiku_font_family_or_style *be_list_font_families (size_t *); -extern int be_get_ui_color (const char *, uint32 *); +extern int be_get_ui_color (const char *, uint32_t *); extern void BMessage_delete (void *); -- 2.39.2