]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 32-bit Haiku build
authorPo Lu <luangruo@yahoo.com>
Mon, 25 Apr 2022 00:40:53 +0000 (00:40 +0000)
committerPo Lu <luangruo@yahoo.com>
Mon, 25 Apr 2022 00:40:53 +0000 (00:40 +0000)
* src/haiku_support.h (be_get_ui_color): Fix prototype.

src/haiku_support.h

index 3337df55515209630dc2df2cd548cda656650966..0280f2cc181a500bc2d1c1461e34751a50dcc99c 100644 (file)
@@ -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 *);