mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 20:00:46 -08:00
(xg_frame_resized): Renamed from xg_resize_widgets.
This commit is contained in:
parent
1e39cbfbd7
commit
fc467bc4d2
1 changed files with 3 additions and 3 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue