diff options
| author | Jan Djärv | 2004-10-19 16:39:24 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-10-19 16:39:24 +0000 |
| commit | 1ca69aa4d3c3e4afcb0057ad496d55dd5fe7fcfe (patch) | |
| tree | 4b26cf6ce6926d17ebfbe706f5f5de624fd57a64 /src | |
| parent | aa9208fbc7ffcc67ae047e3b5f8ec99cd55cd154 (diff) | |
| download | emacs-1ca69aa4d3c3e4afcb0057ad496d55dd5fe7fcfe.tar.gz emacs-1ca69aa4d3c3e4afcb0057ad496d55dd5fe7fcfe.zip | |
* gtkutil.h (xg_frame_cleared): Removed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h index b35ab94b2cb..c0055f361cc 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h | |||
| @@ -168,9 +168,7 @@ extern void xg_update_scrollbar_pos P_ ((FRAME_PTR f, | |||
| 168 | int top, | 168 | int top, |
| 169 | int left, | 169 | int left, |
| 170 | int width, | 170 | int width, |
| 171 | int height, | 171 | int height)); |
| 172 | int real_left, | ||
| 173 | int canon_width)); | ||
| 174 | 172 | ||
| 175 | extern void xg_set_toolkit_scroll_bar_thumb P_ ((struct scroll_bar *bar, | 173 | extern void xg_set_toolkit_scroll_bar_thumb P_ ((struct scroll_bar *bar, |
| 176 | int portion, | 174 | int portion, |
| @@ -184,7 +182,6 @@ extern void free_frame_tool_bar P_ ((FRAME_PTR f)); | |||
| 184 | extern void xg_resize_widgets P_ ((FRAME_PTR f, | 182 | extern void xg_resize_widgets P_ ((FRAME_PTR f, |
| 185 | int pixelwidth, | 183 | int pixelwidth, |
| 186 | int pixelheight)); | 184 | int pixelheight)); |
| 187 | extern void xg_frame_cleared P_ ((FRAME_PTR f)); | ||
| 188 | extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); | 185 | extern void xg_frame_set_char_size P_ ((FRAME_PTR f, int cols, int rows)); |
| 189 | extern GtkWidget * xg_win_to_widget P_ ((Display *dpy, Window wdesc)); | 186 | extern GtkWidget * xg_win_to_widget P_ ((Display *dpy, Window wdesc)); |
| 190 | 187 | ||