X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/257f40f26707cf9aa825b16c19d601a71bf27d66..f9e65eb300c487a85de743edc0bafd6434d6db5e:/src/gtkutil.h diff --git a/src/gtkutil.h b/src/gtkutil.h index b79b5fde97..2284ff6e11 100644 --- a/src/gtkutil.h +++ b/src/gtkutil.h @@ -179,6 +179,7 @@ extern void free_frame_tool_bar P_ ((FRAME_PTR f)); 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_ ((Window)); extern int xg_create_frame_widgets P_ ((FRAME_PTR f)); @@ -197,11 +198,6 @@ extern void xg_initialize P_ ((void)); to indicate that the callback should do nothing. */ extern int xg_ignore_gtk_scrollbar; -/* After we send a scroll bar event, x_set_toolkit_scroll_bar_thumb will - be called. For some reason that needs to be debugged, it gets called - with bad values. Thus, we set this variable to ignore those calls. */ -extern int xg_ignore_next_thumb; - /* If a detach of a menu is done, this is the menu widget that got detached. Must be set to NULL before popping up popup menus. Used with xg_keep_popup to delay deleting popup menus when they