diff options
| author | Po Lu | 2023-03-14 13:19:01 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-14 13:19:01 +0800 |
| commit | d6bddca26c7cf827e098ae783e865fcbcdd48799 (patch) | |
| tree | aba22e667c97e4418e84171309f46b9f2e4e7509 /src/textconv.h | |
| parent | 5964051fcefc52e02c88a41b91797cc7a785d550 (diff) | |
| download | emacs-d6bddca26c7cf827e098ae783e865fcbcdd48799.tar.gz emacs-d6bddca26c7cf827e098ae783e865fcbcdd48799.zip | |
Update Android port
* java/org/gnu/emacs/EmacsWindow.java (figureChange): Detect
mice on up events as well.
(onSomeKindOfMotionEvent): Work past framework bug.
* src/androidterm.c (android_perform_conversion_query):
* src/textconv.c (textconv_query):
* src/textconv.h (TEXTCONV_SKIP_ACTIVE_REGION): Remove unused
code.
Diffstat (limited to 'src/textconv.h')
| -rw-r--r-- | src/textconv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textconv.h b/src/textconv.h index 9bc9e7d9bd1..6abca97bc52 100644 --- a/src/textconv.h +++ b/src/textconv.h | |||
| @@ -119,7 +119,6 @@ struct textconv_callback_struct | |||
| 119 | }; | 119 | }; |
| 120 | 120 | ||
| 121 | #define TEXTCONV_SKIP_CONVERSION_REGION (1 << 0) | 121 | #define TEXTCONV_SKIP_CONVERSION_REGION (1 << 0) |
| 122 | #define TEXTCONV_SKIP_ACTIVE_REGION (1 << 1) | ||
| 123 | 122 | ||
| 124 | extern int textconv_query (struct frame *, struct textconv_callback_struct *, | 123 | extern int textconv_query (struct frame *, struct textconv_callback_struct *, |
| 125 | int); | 124 | int); |