diff options
| author | Miles Bader | 1996-07-04 05:46:22 +0000 |
|---|---|---|
| committer | Miles Bader | 1996-07-04 05:46:22 +0000 |
| commit | d7e4738238a2a2bdc958cd01f1dac3fa1d84c910 (patch) | |
| tree | 36e5f8983bd6825e97b3d9bfe05f28101b936aad /lwlib | |
| parent | b40f815a56cdfe6a61b069815016c26cef78608f (diff) | |
| download | emacs-d7e4738238a2a2bdc958cd01f1dac3fa1d84c910.tar.gz emacs-d7e4738238a2a2bdc958cd01f1dac3fa1d84c910.zip | |
Declare lw_toolkit_related_event_p.
Diffstat (limited to 'lwlib')
| -rw-r--r-- | lwlib/lwlib.h | 3 |
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, | |||
| 119 | Widget menubar, | 119 | Widget menubar, |
| 120 | Widget work_area */); | 120 | Widget work_area */); |
| 121 | 121 | ||
| 122 | /* Check to see if event should be ignored by Emacs */ | ||
| 123 | Boolean lw_toolkit_related_event_p (/* XEvent event */); | ||
| 124 | |||
| 122 | #endif /* LWLIB_H */ | 125 | #endif /* LWLIB_H */ |