diff options
Diffstat (limited to 'src/gtkutil.h')
| -rw-r--r-- | src/gtkutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index a252cbef99c..f0f2981418c 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -143,8 +143,8 @@ extern void xg_set_toolkit_horizontal_scroll_bar_thumb (struct scroll_bar *bar, int position, int whole); extern bool xg_event_is_for_scrollbar (struct frame *, const XEvent *); -extern int xg_get_default_scrollbar_width (void); -extern int xg_get_default_scrollbar_height (void); +extern int xg_get_default_scrollbar_width (struct frame *f); +extern int xg_get_default_scrollbar_height (struct frame *f); extern void update_frame_tool_bar (struct frame *f); extern void free_frame_tool_bar (struct frame *f); |
