mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Declare lw_toolkit_related_event_p.
This commit is contained in:
parent
b40f815a56
commit
d7e4738238
1 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue