diff options
Diffstat (limited to 'src/haiku_support.h')
-rw-r--r-- | src/haiku_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/haiku_support.h b/src/haiku_support.h index 722c05511cf..63ba7260506 100644 --- a/src/haiku_support.h +++ b/src/haiku_support.h @@ -648,7 +648,7 @@ extern bool be_replay_menu_bar_event (void *, struct haiku_menu_bar_click_event extern bool be_select_font (void (*) (void), bool (*) (void), haiku_font_family_or_style *, haiku_font_family_or_style *, - int *, bool, int, int); + int *, bool, int, int, int); extern int be_find_font_indices (struct haiku_font_pattern *, int *, int *); #ifdef __cplusplus |