changeset 50131:c078950f7aa6

gtkutil.h: Add declaration for xg_frame_cleared.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 14 Mar 2003 19:14:54 +0000
parents 66a7f2850b56
children 29efb33d1b33
files src/ChangeLog src/gtkutil.h
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Mar 14 19:13:17 2003 +0000
+++ b/src/ChangeLog	Fri Mar 14 19:14:54 2003 +0000
@@ -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.
--- a/src/gtkutil.h	Fri Mar 14 19:13:17 2003 +0000
+++ b/src/gtkutil.h	Fri Mar 14 19:14:54 2003 +0000
@@ -179,6 +179,7 @@
 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));