summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index 52731b0677a..0cae6f129a4 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -184,9 +184,9 @@ extern void xg_set_toolkit_scroll_bar_thumb P_ ((struct scroll_bar *bar,
extern void update_frame_tool_bar P_ ((FRAME_PTR f));
extern void free_frame_tool_bar P_ ((FRAME_PTR f));
-extern void xg_resize_widgets P_ ((FRAME_PTR f,
- int pixelwidth,
- int pixelheight));
+extern void xg_frame_resized P_ ((FRAME_PTR f,
+ int pixelwidth,
+ int pixelheight));
extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows));
extern GtkWidget * xg_win_to_widget P_ ((Display *dpy, Window wdesc));