projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b071c7
)
Fix 32-bit Haiku build
author
Po Lu
<luangruo@yahoo.com>
Mon, 25 Apr 2022 00:40:53 +0000
(
00:40
+0000)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/haiku_support.h
b/src/haiku_support.h
index 3337df55515209630dc2df2cd548cda656650966..0280f2cc181a500bc2d1c1461e34751a50dcc99c 100644
(file)
--- 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 *);