summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-04 05:46:22 +0000
committerMiles Bader <miles@gnu.org>1996-07-04 05:46:22 +0000
commit6735fffb75973253a9936aa86fc61be59631fa01 (patch)
treee54bcfda22524a7942644c3779a54a2dcf0a680c /lwlib
parente39ac4e2334f5afcead40d80c92b312f055d5482 (diff)
downloademacs-6735fffb75973253a9936aa86fc61be59631fa01.tar.gz
Declare lw_toolkit_related_event_p.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lwlib/lwlib.h b/lwlib/lwlib.h
index 6bf26fe23c4..8b37cdbb005 100644
--- a/lwlib/lwlib.h
+++ b/lwlib/lwlib.h
@@ -119,4 +119,7 @@ void lw_set_main_areas (/* Widget parent,
Widget menubar,
Widget work_area */);
+/* Check to see if event should be ignored by Emacs */
+Boolean lw_toolkit_related_event_p (/* XEvent event */);
+
#endif /* LWLIB_H */