aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorJan Djärv2003-03-14 19:14:54 +0000
committerJan Djärv2003-03-14 19:14:54 +0000
commit9ea0e54d653d040e0a9fec1d6ec8ccfc4bfa68e4 (patch)
tree191d58eebbd9c7e18aed1adb33b573f76437e0c2 /src/gtkutil.h
parent0cb35f4e5eee28ef019aaccc03e65b02556b8521 (diff)
downloademacs-9ea0e54d653d040e0a9fec1d6ec8ccfc4bfa68e4.tar.gz
emacs-9ea0e54d653d040e0a9fec1d6ec8ccfc4bfa68e4.zip
gtkutil.h: Add declaration for xg_frame_cleared.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index b79b5fde97a..fd29ed573e3 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -179,6 +179,7 @@ extern void free_frame_tool_bar P_ ((FRAME_PTR f));
179extern void xg_resize_widgets P_ ((FRAME_PTR f, 179extern void xg_resize_widgets P_ ((FRAME_PTR f,
180 int pixelwidth, 180 int pixelwidth,
181 int pixelheight)); 181 int pixelheight));
182extern void xg_frame_cleared P_ ((FRAME_PTR f));
182extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); 183extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows));
183extern GtkWidget * xg_win_to_widget P_ ((Window)); 184extern GtkWidget * xg_win_to_widget P_ ((Window));
184extern int xg_create_frame_widgets P_ ((FRAME_PTR f)); 185extern int xg_create_frame_widgets P_ ((FRAME_PTR f));