summaryrefslogtreecommitdiff
path: root/src/haiku_support.h
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-04-25 00:40:53 +0000
committerPo Lu <luangruo@yahoo.com>2022-04-25 00:40:53 +0000
commit7d5e9b8d8170920c93e69e51abe7dc064f0257bb (patch)
tree306b9e4437160005c334416c9ddf59f861490968 /src/haiku_support.h
parent8b071c77b0d7200fcc6659d395113ac4d9d778a5 (diff)
downloademacs-7d5e9b8d8170920c93e69e51abe7dc064f0257bb.tar.gz
emacs-7d5e9b8d8170920c93e69e51abe7dc064f0257bb.tar.bz2
emacs-7d5e9b8d8170920c93e69e51abe7dc064f0257bb.zip
Fix 32-bit Haiku build
* src/haiku_support.h (be_get_ui_color): Fix prototype.
Diffstat (limited to 'src/haiku_support.h')
-rw-r--r--src/haiku_support.h2
1 files changed, 1 insertions, 1 deletions
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 *);