diff options
Diffstat (limited to 'src/android.h')
| -rw-r--r-- | src/android.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/android.h b/src/android.h index af1e42ec370..98f2494e9a3 100644 --- a/src/android.h +++ b/src/android.h | |||
| @@ -35,6 +35,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 35 | #include <android/bitmap.h> | 35 | #include <android/bitmap.h> |
| 36 | 36 | ||
| 37 | #include "androidgui.h" | 37 | #include "androidgui.h" |
| 38 | #include "lisp.h" | ||
| 38 | #endif | 39 | #endif |
| 39 | 40 | ||
| 40 | /* This must be used in every symbol declaration to export it to the | 41 | /* This must be used in every symbol declaration to export it to the |
| @@ -84,6 +85,11 @@ extern bool android_detect_mouse (void); | |||
| 84 | extern void android_set_dont_focus_on_map (android_window, bool); | 85 | extern void android_set_dont_focus_on_map (android_window, bool); |
| 85 | extern void android_set_dont_accept_focus (android_window, bool); | 86 | extern void android_set_dont_accept_focus (android_window, bool); |
| 86 | 87 | ||
| 88 | extern jstring android_build_string (Lisp_Object); | ||
| 89 | extern void android_exception_check (void); | ||
| 90 | |||
| 91 | extern void android_get_keysym_name (int, char *, size_t); | ||
| 92 | |||
| 87 | 93 | ||
| 88 | 94 | ||
| 89 | /* Directory listing emulation. */ | 95 | /* Directory listing emulation. */ |