]> git.eshelyaron.com Git - emacs.git/commitdiff
gtkutil.h: Add declaration for xg_frame_cleared.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 14 Mar 2003 19:14:54 +0000 (19:14 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 14 Mar 2003 19:14:54 +0000 (19:14 +0000)
src/ChangeLog
src/gtkutil.h

index 6f811fa752c620ed81002df525dbece798415d6e..4c50452c5ffb3b69547ecdde9c0f89f979aed7f1 100644 (file)
@@ -1,5 +1,7 @@
 2003-03-14  Jan Dj\e,Ad\e(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.
index b79b5fde97a1caab110fa1f4d1fa789ff82e6712..fd29ed573e37edf20b5f88e22be737f4e11bf29f 100644 (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));