]> git.eshelyaron.com Git - emacs.git/commitdiff
(xg_frame_resized): Renamed from xg_resize_widgets.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 1 Mar 2008 14:57:46 +0000 (14:57 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 1 Mar 2008 14:57:46 +0000 (14:57 +0000)
src/gtkutil.h

index 52731b0677afb090d24cc42a6f56d854ffa40afc..0cae6f129a4615400ba4c78763f2a82004cfc661 100644 (file)
@@ -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));