Mercurial > emacs
changeset 57596:94778fc7dc76
* gtkutil.h (xg_frame_cleared): Removed.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 19 Oct 2004 16:39:24 +0000 |
parents | 8ca090ac0a97 |
children | 754a6433f048 |
files | src/gtkutil.h |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkutil.h Tue Oct 19 15:34:38 2004 +0000 +++ b/src/gtkutil.h Tue Oct 19 16:39:24 2004 +0000 @@ -168,9 +168,7 @@ int top, int left, int width, - int height, - int real_left, - int canon_width)); + int height)); extern void xg_set_toolkit_scroll_bar_thumb P_ ((struct scroll_bar *bar, int portion, @@ -184,7 +182,6 @@ 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_ ((Display *dpy, Window wdesc));