summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-07-16 11:42:15 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-07-16 11:42:15 -0400
commitfea9cabd275c3d5809b824a6e4a1446441a6793e (patch)
treea5eb69edf85fe28f6b4d5bbc8e3c2c3cfc3d0d37 /src/gtkutil.h
parent7e4289ad2bbd9f8ed18902f652d3f07380b227bf (diff)
parentf253ef6a8e0dd71cf9fd58e3d9407549d30e091d (diff)
downloademacs-fea9cabd275c3d5809b824a6e4a1446441a6793e.tar.gz
Merge changes from emacs-23 branch.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index fcd23b65132..14693650de5 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -153,6 +153,8 @@ extern void xg_modify_menubar_widgets (GtkWidget *menubar,
extern int xg_update_frame_menubar (FRAME_PTR f);
+extern int xg_event_is_for_menubar (FRAME_PTR f, XEvent *event);
+
extern int xg_have_tear_offs (void);
extern int xg_get_scroll_id_for_window (Display *dpy, Window wid);