diff options
| author | Jan Djärv | 2008-03-01 14:57:46 +0000 |
|---|---|---|
| committer | Jan Djärv | 2008-03-01 14:57:46 +0000 |
| commit | fc467bc4d2d98f503bdc42dcb5ac9a74e5a692a7 (patch) | |
| tree | 94eeb5fc41121ad6543586e257c9aa2d74e011e8 | |
| parent | 1e39cbfbd7e1279fcb19297925b784127079f915 (diff) | |
| download | emacs-fc467bc4d2d98f503bdc42dcb5ac9a74e5a692a7.tar.gz emacs-fc467bc4d2d98f503bdc42dcb5ac9a74e5a692a7.zip | |
(xg_frame_resized): Renamed from xg_resize_widgets.
| -rw-r--r-- | src/gtkutil.h | 6 |
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, | |||
| 184 | extern void update_frame_tool_bar P_ ((FRAME_PTR f)); | 184 | extern void update_frame_tool_bar P_ ((FRAME_PTR f)); |
| 185 | extern void free_frame_tool_bar P_ ((FRAME_PTR f)); | 185 | extern void free_frame_tool_bar P_ ((FRAME_PTR f)); |
| 186 | 186 | ||
| 187 | extern void xg_resize_widgets P_ ((FRAME_PTR f, | 187 | extern void xg_frame_resized P_ ((FRAME_PTR f, |
| 188 | int pixelwidth, | 188 | int pixelwidth, |
| 189 | int pixelheight)); | 189 | int pixelheight)); |
| 190 | extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); | 190 | extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); |
| 191 | extern GtkWidget * xg_win_to_widget P_ ((Display *dpy, Window wdesc)); | 191 | extern GtkWidget * xg_win_to_widget P_ ((Display *dpy, Window wdesc)); |
| 192 | 192 | ||