1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

gtkutil.h: Add declaration for xg_frame_cleared.

This commit is contained in:
Jan Djärv 2003-03-14 19:14:54 +00:00
parent 0cb35f4e5e
commit 9ea0e54d65
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2003-03-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* gtkutil.h: Add declaration for xg_frame_cleared.
* xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
* gtkutil.c (struct xg_last_sb_pos): New structure.

View file

@ -179,6 +179,7 @@ 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_cleared P_ ((FRAME_PTR f));
extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows));
extern GtkWidget * xg_win_to_widget P_ ((Window));
extern int xg_create_frame_widgets P_ ((FRAME_PTR f));