changeset 92367:1402432968c4

(xg_frame_resized): Renamed from xg_resize_widgets.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 01 Mar 2008 14:57:46 +0000
parents 39b38c867ca4
children 2294f240e1e5
files src/gtkutil.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkutil.h	Sat Mar 01 14:56:53 2008 +0000
+++ b/src/gtkutil.h	Sat Mar 01 14:57:46 2008 +0000
@@ -184,9 +184,9 @@
 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));