diff options
| author | Jan Djärv | 2003-03-14 19:14:54 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-03-14 19:14:54 +0000 |
| commit | 9ea0e54d653d040e0a9fec1d6ec8ccfc4bfa68e4 (patch) | |
| tree | 191d58eebbd9c7e18aed1adb33b573f76437e0c2 /src/gtkutil.h | |
| parent | 0cb35f4e5eee28ef019aaccc03e65b02556b8521 (diff) | |
| download | emacs-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.h | 1 |
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)); | |||
| 179 | extern void xg_resize_widgets P_ ((FRAME_PTR f, | 179 | extern void xg_resize_widgets P_ ((FRAME_PTR f, |
| 180 | int pixelwidth, | 180 | int pixelwidth, |
| 181 | int pixelheight)); | 181 | int pixelheight)); |
| 182 | extern void xg_frame_cleared P_ ((FRAME_PTR f)); | ||
| 182 | extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); | 183 | extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); |
| 183 | extern GtkWidget * xg_win_to_widget P_ ((Window)); | 184 | extern GtkWidget * xg_win_to_widget P_ ((Window)); |
| 184 | extern int xg_create_frame_widgets P_ ((FRAME_PTR f)); | 185 | extern int xg_create_frame_widgets P_ ((FRAME_PTR f)); |