diff options
| author | Po Lu | 2023-03-12 19:36:09 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-12 19:36:09 +0800 |
| commit | 776f1ca3e3551b98569ab7daa58cd6921048881e (patch) | |
| tree | 641b5e5790ebffc1f9caf313caee4a0443d5e92e /src/androidgui.h | |
| parent | 82b4b9e8692c349a45d319fe05c9fbfed4ab203d (diff) | |
| download | emacs-776f1ca3e3551b98569ab7daa58cd6921048881e.tar.gz emacs-776f1ca3e3551b98569ab7daa58cd6921048881e.zip | |
Update Android port
* src/android.c (android_check_if_event):
* src/androidgui.h: New function.
* src/androidterm.c (android_event_is_for_frame): New function.
(android_reset_conversion): Free and unqueue all text conversion
events for the given frame.
Diffstat (limited to 'src/androidgui.h')
| -rw-r--r-- | src/androidgui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/androidgui.h b/src/androidgui.h index 0e311b629c6..ddd8e9fcf72 100644 --- a/src/androidgui.h +++ b/src/androidgui.h | |||
| @@ -524,6 +524,10 @@ enum android_ic_mode | |||
| 524 | 524 | ||
| 525 | extern int android_pending (void); | 525 | extern int android_pending (void); |
| 526 | extern void android_next_event (union android_event *); | 526 | extern void android_next_event (union android_event *); |
| 527 | extern bool android_check_if_event (union android_event *, | ||
| 528 | bool (*) (union android_event *, | ||
| 529 | void *), | ||
| 530 | void *); | ||
| 527 | 531 | ||
| 528 | extern android_window android_create_window (android_window, int, | 532 | extern android_window android_create_window (android_window, int, |
| 529 | int, int, int, | 533 | int, int, int, |