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 | |
| parent | 0cb35f4e5eee28ef019aaccc03e65b02556b8521 (diff) | |
| download | emacs-9ea0e54d653d040e0a9fec1d6ec8ccfc4bfa68e4.tar.gz emacs-9ea0e54d653d040e0a9fec1d6ec8ccfc4bfa68e4.zip | |
gtkutil.h: Add declaration for xg_frame_cleared.
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/gtkutil.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f811fa752c..4c50452c5ff 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2003-03-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2003-03-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * gtkutil.h: Add declaration for xg_frame_cleared. | ||
| 4 | |||
| 3 | * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK. | 5 | * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK. |
| 4 | 6 | ||
| 5 | * gtkutil.c (struct xg_last_sb_pos): New structure. | 7 | * gtkutil.c (struct xg_last_sb_pos): New structure. |
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)); |